splitNameLevel | R Documentation |
Pivots the input dataframe so the values of the name columns are transformed into columns, which values come from the specified level column.
splitNameLevel(
result,
name = "group_name",
level = "group_level",
keep = FALSE,
fill = "overall"
)
result |
A |
name |
Column with the names. |
level |
Column with the levels. |
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 with the specified name column values as columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.