export_data: Downloads data from the Castor EDC database

Description Usage Arguments Value Examples

View source: R/exportdata.R

Description

Downloads data from the Castor EDC database

Usage

1
export_data(client_id, client_secret, study_id, url)

Arguments

client_id

The client id of your Castor account

client_secret

The client secret of your Castor account

study_id

The id of the study you wish to interact with

url

The url where your Castor database resides

Value

A list containing dataframes with all study, survey and report data.

Examples

1
2
3
4
## Not run: 
export_data('client_id', 'client_secret', 'study_id', 'data.castoredc.com')

## End(Not run)

reiniervlinschoten/castoredc_api-R documentation built on Dec. 22, 2021, 2:58 p.m.