process_rename_category | R Documentation |
The function process_rename_category takes a tibble as input and replaces all occurrences of the specified categories in a column with another name provided in united_name.
process_rename_category(
trips_table,
unite_template = character(0),
united_name = "united",
column = "main_mode"
)
trips_table |
tibble of output_trips (from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.