SwissClinicalTrialOrganisation / secuTrialR

Handling of data from the clinical data management system secuTrial
https://swissclinicaltrialorganisation.github.io/secuTrialR/
Other
8 stars 12 forks source link

data dictionary, formtablenames, allow read.table options #242

Closed aghaynes closed 2 years ago

aghaynes commented 2 years ago

Visit_schedule includes formtablename to easier mapping between the names in the plot and dataframe names

closes #239

can now pass extra options to read.table

closes #240

New function - dictionary_secutrial - to return a data dictionary (variable names, labels, types and where to find them).

closes #241