easy_redcap {REDCapCAST} | R Documentation |
Secure API key storage and data acquisition in one
Description
Secure API key storage and data acquisition in one
Usage
easy_redcap(project.name, widen.data = TRUE, uri, ...)
Arguments
project.name |
The name of the current project (for key storage with 'keyring::key_set()', using the default keyring) |
widen.data |
argument to widen the exported data |
uri |
REDCap database API uri |
... |
arguments passed on to 'REDCapCAST::read_redcap_tables()' |
Value
data.frame or list depending on widen.data
[Package REDCapCAST version 24.6.1 Index]