emptyAchillesTable: Create an empty achilles table

View source: R/classAchillesTable.R

emptyAchillesTableR Documentation

Create an empty achilles table

Description

Create an empty achilles table

Usage

emptyAchillesTable(cdm, name)

Arguments

cdm

A cdm_reference to create the table.

name

Name of the table to create.

Value

The cdm_reference with an achilles empty table

Examples


library(omopgenerics)
cdm <- emptyCdmReference("my_example_cdm")
emptyAchillesTable(cdm = cdm, name = "achilles_results" )


omopgenerics documentation built on Sept. 30, 2024, 9:16 a.m.