mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
too much..
This commit is contained in:
parent
e5b702a183
commit
bc8aa7b583
28 changed files with 1064 additions and 95 deletions
20
man/is_valid_token.Rd
Normal file
20
man/is_valid_token.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/redcap_read_shiny_module.R
|
||||
\name{is_valid_token}
|
||||
\alias{is_valid_token}
|
||||
\title{Validate REDCap token}
|
||||
\usage{
|
||||
is_valid_token(token, pattern_env = NULL, nchar = 32)
|
||||
}
|
||||
\arguments{
|
||||
\item{token}{token}
|
||||
|
||||
\item{pattern_env}{pattern}
|
||||
}
|
||||
\description{
|
||||
Validate REDCap token
|
||||
}
|
||||
\examples{
|
||||
token <- paste(sample(c(1:9, LETTERS[1:6]), 32, TRUE), collapse = "")
|
||||
is_valid_token(token)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue