redcap_read | R Documentation |
Retrieve credentials from a csv file and read records from a REDCap project
redcap_read(project_id, path_credential = "~/.REDCapR", ...)
project_id |
The ID assigned to the project withing REDCap. This allows the user to store tokens to multiple REDCap projects in one file. |
path_credential |
The file path to the CSV containing the credentials. |
... |
Additional arguments passed to
|
An R base::data.frame()
of the desired records and columns.
## Not run: redcap_read(6648) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.