splitGroup | R Documentation |
Pivots the input dataframe so the values of the column group_name are transformed into columns that contain values from the group_level column.
splitGroup(result, keep = FALSE, fill = "overall")
result |
A dataframe with at least the columns group_name and group_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. |
A dataframe.
mockSummarisedResult() |>
splitGroup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.