Description Usage Arguments Value
View source: R/upload_assignments.R
upload_assignments()
uploads assigned cases to the Case Assignment REDcap
project, with Investigator
and Date of Assignment
fields filled.
1 2 3 4 5 | upload_assignments(
.data,
api_token = Sys.getenv("redcap_NCA_token"),
size_limit = as.integer(0.9 * 3.2e+07)
)
|
.data |
Assigned cases data |
api_token |
API token for REDcap project |
size_limit |
Size limit of REDcap upload, in bytes |
An httr Response
w/ content indicating the number of uploaded
records
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.