SwissClinicalTrialOrganisation / secuTrialR

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

read_export_options function fails for new secuTrial version #245

Closed sgrieder closed 2 years ago

sgrieder commented 2 years ago

New version of secuTrial (6.1.2.5 - 6.3.2.5) includes language tag in filename of ExportOptions (but only ExportOptions, not the other filenames). file_tag is assumed to be identical for table names and ExportOptions in read_export_options function. Corrected code to remove language tag from file tag and issued pull request #244 .

aghaynes commented 2 years ago

see #244