splitForms | R Documentation |
Separates a data frame from REDCap into a list of data frames where each form constitutes an element in the list.
splitForms(Records, rcon, envir = NULL, base = NULL, post = NULL)
Records |
|
rcon |
A |
envir |
environment. The target environment for the resulting list
of |
base |
|
post |
|
recastRecords()
,
guessCast()
,
guessDate()
,
castForImport()
,
mChoiceCast()
,
widerRepeated()
## Not run:
unlockREDCap(connections = c(rcon = "project_alias"),
url = "your_redcap_url",
keyring = "API_KEYs",
envir = globalenv())
Records <- exportRecordsTyped(rcon)
splitForms(Records, rcon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.