tidyColumns: Identify tidy columns of a <summarised_result>

View source: R/columns.R

tidyColumnsR Documentation

Identify tidy columns of a ⁠<summarised_result>⁠

Description

Identifies and returns the columns that the tidy version of the ⁠<summarised_result>⁠ will have.

Usage

tidyColumns(result)

Arguments

result

A ⁠<summarised_result>⁠.

Value

Table columns after applying tidy() function to a ⁠<summarised_result>⁠.

Examples

mockSummarisedResult() |>
  tidyColumns()


visOmopResults documentation built on Sept. 24, 2024, 1:08 a.m.