Learn R Programming

omopgenerics (version 1.1.1)

emptyAchillesTable: Create an empty achilles table

Description

Create an empty achilles table

Usage

emptyAchillesTable(cdm, name)

Value

The cdm_reference with an achilles empty table

Arguments

cdm

A cdm_reference to create the table.

name

Name of the table to create.

Examples

Run this code
# \donttest{
library(omopgenerics)
cdm <- emptyCdmReference("my_example_cdm")
emptyAchillesTable(cdm = cdm, name = "achilles_results")
# }

Run the code above in your browser using DataLab