R/download_redcap_cases.R
download_redcap_records.Rddownload_nit_records() and download_nca_records() download records from
the Interview Tool and Case Assignment REDcap projects.
download_nca_records(api_token = Sys.getenv("redcap_NCA_token"), fields = NULL) download_nit_records(api_token = Sys.getenv("redcap_NIT_token"), fields = NULL)
| api_token | The API token for the Case Assignment REDcap project |
|---|---|
| fields |
|
A tibble with all variables in character format
Check six column in NCA to see if exclusion is necessary
Create unit tests