Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES)
Achilles provides descriptive statistics on an OMOP CDM database. ACHILLES currently supports CDM version 5.3 and 5.4.
Documentation can be found on the package website.
See the instructions here for configuring your R environment, including RTools and Java.
In R, use the following commands to download and install Achilles:
install.packages("remotes")
remotes::install_github("OHDSI/Achilles")
Read here how you can contribute to this package.