example_data: Raw Exports From an Example REDCap Project

Description Usage Format Details Examples

Description

These data sets are the results of calling export_content. An API token is required to reproduce these calls. No such token will be provided publicly, so these data sets are provided so end users can run examples for other tools provided in the REDCapExporter package.

Usage

1
2
3
4
5
6
7
8
9

Format

An object of class rcer_raw_project (inherits from character) of length 1.

An object of class rcer_raw_metadata (inherits from character) of length 1.

An object of class rcer_raw_user (inherits from character) of length 1.

An object of class rcer_raw_record (inherits from character) of length 1.

An object of class rcer_rccore of length 4.

Details

avs_raw_project_info provides meta data about the project itself.

avs_raw_metadata is the data dictionary for the REDCap Project. This information can be used with format_record to build a data.frame that is ready for analysis.

avs_raw_user REDCap Project user table.

avs_raw_record REDCap Project records, i.e., 'the data.'

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

REDCapExporter documentation built on Feb. 2, 2021, 5:15 p.m.