download_crf() downloads all records from the CRF REDcap project and cleans
variables names with clean_names(). The
download will retry up to 12 times before failing. All variables are returned
as character.
download_crf(api_token = Sys.getenv("redcap_CRF_token"))
| api_token | API token/key for the CRF REDcap project |
|---|
A tibble in character format