achillesColumns: Required columns for each of the achilles result tables

View source: R/classCdmReference.R

achillesColumnsR Documentation

Required columns for each of the achilles result tables

Description

Required columns for each of the achilles result tables

Usage

achillesColumns(table, version = "5.3", onlyRequired = lifecycle::deprecated())

Arguments

table

Table for which to see the required columns. One of "achilles_analysis", "achilles_results", or "achilles_results_dist".

version

Version of the OMOP Common Data Model.

onlyRequired

deprecated.

Value

Character vector with the column names

Examples


library(omopgenerics)
achillesColumns("achilles_analysis")
achillesColumns("achilles_results")
achillesColumns("achilles_results_dist")


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