achillesColumns {omopgenerics}R 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")

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.

Value

A vector containing the names of columns for the given achilles result table

Examples


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


[Package omopgenerics version 0.2.0 Index]