Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database
Describe the bug
exportAO uses a few if statements to see if a table exists in the CDM schema, but uses a case sensitive pattern to do so. This fails when CDM table names are in lowercase.
Describe the bug exportAO uses a few if statements to see if a table exists in the CDM schema, but uses a case sensitive pattern to do so. This fails when CDM table names are in lowercase.
https://github.com/OHDSI/Achilles/blob/main/R/exportAO.R#L624 https://github.com/OHDSI/Achilles/blob/main/R/exportAO.R#L531
To Reproduce Steps to reproduce the behavior:
Expected behavior exportAO should be case insensitive on table name checks.
Desktop (please complete the following information):