View source: R/read.openclinica.R
read.openclinica | R Documentation |
read.openclinica()
is a small function which can extract data from Open Clinica
read.openclinica(trial, link, prefix, ids)
trial |
The trialname used in openclinica for extraction |
link |
The link where to access data |
prefix |
for each instrument how many characters should be used in the initial part of the colnames |
ids |
list with ID's which reccur from each instrument |
Returns a dataframe with data from Open Clinica
## Not run:
df <- read.openclinica(trial="LightCARE",link = "https://lightcom.ctu.dk/extract/api/data/",
ids = c("ssid","site_id"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.