Skip to contents

Names of the columns that can be used in the input arguments for the plot functions.

Usage

plotColumns(result)

Arguments

result

A <summarised_result> object.

Value

A character vector of supported columns for plots.

Examples

result <- mockSummarisedResult()
plotColumns(result)
#>  [1] "cdm_name"       "cohort_name"    "age_group"      "sex"           
#>  [5] "variable_name"  "variable_level" "count"          "mean"          
#>  [9] "sd"             "percentage"