powered by
Create an empty achilles table
emptyAchillesTable(cdm, name)
The cdm_reference with an achilles empty table
A <cdm_reference> object.
<cdm_reference>
Name of the table to create.
# \donttest{ library(omopgenerics) cdm <- emptyCdmReference("my_example_cdm") emptyAchillesTable(cdm = cdm, name = "achilles_results") # }
Run the code above in your browser using DataLab