Secure API key storage and data acquisition in one
Arguments
- project.name
The name of the current project (for key storage with key_set, using the default keyring)
- widen.data
argument to widen the exported data
- uri
REDCap database API uri
- ...
arguments passed on to read_redcap_tables.
Examples
if (FALSE) { # \dontrun{
easy_redcap("My_new_project",fields=c("record_id","age","hypertension"))
} # }