OHDSI / Achilles

Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database
https://ohdsi.github.io/Achilles/
130 stars 121 forks source link

Add parameter to exportToAres function #768

Open fdefalco opened 3 months ago

fdefalco commented 3 months ago

A new parameter 'reports' should be added to the exportToAres function. The reports parameter should default to all available reports. If a user supplies a different list of reports (in a c()) then only those reports named should be exported.

For example if a user supplied c('procedure') then this would only execute the generateAOProcedureReports function instead of all available reports.