powered by
Create an empty achilles table
emptyAchillesTable(cdm, name)
The cdm_reference with an achilles empty table
A cdm_reference to create the table.
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