| redcap_logical | R Documentation |
REDCap Logical
redcap_logical(name, value)
name |
name to give logical |
value |
R logical to cast as REDCap API logical |
an R logical represented as a named list of lowercase character
## Not run:
a <- TRUE
redcap_logical("a", a)
b <- FALSE
redcap_logical("b", b)
c <- "not gonna work"
redcap_logical("c", c)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.