splitAll | R Documentation |
Pivots the input dataframe so any pair name-level columns are transformed into columns (name) that contain values from the corresponding level.
splitAll(result, keep = FALSE, fill = "overall", exclude = "variable")
result |
A data.frame. |
keep |
Whether to keep the original name-level columns. |
fill |
A character that specifies what value should be filled in when missing. |
exclude |
Name of a column pair to exclude. |
A dataframe with group, strata and additional as columns.
mockSummarisedResult() |>
splitAll()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.