splitStrata: Split strata_name and strata_level columns

View source: R/split.R

splitStrataR Documentation

Split strata_name and strata_level columns

Description

Pivots the input dataframe so the values of the column strata_name are transformed into columns that contain values from the strata_level column.

Usage

splitStrata(result, keep = FALSE, fill = "overall")

Arguments

result

A dataframe with at least the columns strata_name and strata_level.

keep

Whether to keep the original group_name and group_level columns.

fill

Optionally, a character that specifies what value should be filled in with when missing.

Value

A dataframe.

Examples

mockSummarisedResult() |>
  splitStrata()


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