View source: R/classAchillesTable.R
emptyAchillesTable | R Documentation |
Create an empty achilles table
emptyAchillesTable(cdm, name)
cdm |
A cdm_reference to create the table. |
name |
Name of the table to create. |
The cdm_reference with an achilles empty table
library(omopgenerics)
cdm <- emptyCdmReference("my_example_cdm")
emptyAchillesTable(cdm = cdm, name = "achilles_results" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.