plotColumns {visOmopResults}R Documentation

Columns for the plot functions

Description

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)


[Package visOmopResults version 1.1.1 Index]