uniteNameLevel | R Documentation |
Unites targeted table columns into a pair of name-level columns.
uniteNameLevel(
x,
cols = character(0),
name = "group_name",
level = "group_level",
keep = FALSE,
ignore = c(NA, "overall")
)
x |
A dataframe. |
cols |
Columns to aggregate. |
name |
Column name of the |
level |
Column name of the |
keep |
Whether to keep the original columns. |
ignore |
Level values to ignore. |
A tibble with the new columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.