Description Usage Arguments Value Examples
Downloads data from the Castor EDC database
1 | export_data(client_id, client_secret, study_id, url)
|
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 |
A list containing dataframes with all study, survey and report data.
1 2 3 4 | ## Not run:
export_data('client_id', 'client_secret', 'study_id', 'data.castoredc.com')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.