Create an empty achilles table
Examples
# \donttest{
library(omopgenerics)
cdm <- emptyCdmReference("my_example_cdm")
emptyAchillesTable(cdm = cdm, name = "achilles_results" )
#>
#> ── # OMOP CDM reference (local) of my_example_cdm ──────────────────────────────
#> • omop tables: person, observation_period
#> • cohort tables: -
#> • achilles tables: achilles_results
#> • other tables: -
# }