Description Usage Arguments Value See Also Examples
Read ATRI CRF data
1 |
protocol |
The protocol name (e.g. 'a345-test-1'). |
crf |
The table name (e.g. 'registry'). |
datalake |
default is TRUE, which returns data from the latest data extract from the data lake s3 archive topic. With datalake=FALSE, returns the current data using the public API (/public/api/v1/crfs/data/<crf>). |
wide |
default is TRUE, which returns data with one record per row (one column per field). With wide=FALSE, returns data in the raw, long format (one row per field). |
translated |
default is TRUE, which returns translated data. Only applicable if wide=TRUE |
A data.frame of the crf data.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.