Learn R Programming

REDCapCAST (version 25.1.1)

easy_redcap: 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, raw_or_label = "both", ...)

Value

data.frame or list depending on widen.data

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

raw_or_label

argument passed on to read_redcap_tables. Default is "both" to get labelled data.

...

arguments passed on to read_redcap_tables.

Examples

Run this code
if (FALSE) {
easy_redcap("My_new_project", fields = c("record_id", "age", "hypertension"))
}

Run the code above in your browser using DataLab