Skip to contents

Names of the tables that contain the results of achilles analyses

Usage

achillesTables(version = "5.3")

Arguments

version

Version of the OMOP Common Data Model.

Value

Names of the tables that are contain the results from the achilles analyses

Examples

# \donttest{
library(omopgenerics)
achillesTables()
#> [1] "achilles_analysis"     "achilles_results"      "achilles_results_dist"
# }