View source: R/getProjectIdFields.R
getProjectIdFields | R Documentation |
Returns a character vector listing the project ID fields. This will be at most a vector of length two. The first element will be the first field in the meta data. The second, if provided, will be the name of the secondary unique field specified in the project.
getProjectIdFields(rcon)
rcon |
A |
Returns a character vector with the field names that uniquely identify an experimental unit.
## Not run:
unlockREDCap(connections = c(rcon = "project_alias"),
url = "your_redcap_url",
keyring = "API_KEYs",
envir = globalenv())
getProjectIdFields(rcon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.