redcap_metadata: Export REDCap metadata (with individual checkbox variables if...

View source: R/redcap_metadata.R

redcap_metadataR Documentation

Export REDCap metadata (with individual checkbox variables if present) and variable class in R.

Description

Used to generate high quality summary data for REDCap projects at overall, and DAG-specific level.

Usage

redcap_metadata(redcap_project_uri, redcap_project_token, descriptive = FALSE)

Arguments

redcap_project_uri

URI (Uniform Resource Identifier) for the REDCap instance.

redcap_project_token

API (Application Programming Interface) for the REDCap project.

descriptive

Logical value whether to include descriptive fields within the dataset (default = FALSE)

Value

Tibble of REDCap project metadata (with individual checkbox variables if present) and variable class in R.


kamclean/collaborator documentation built on Nov. 17, 2023, 3:52 a.m.