simplify_factor_names | R Documentation |
This function simplyfies factor names.
simplify_factor_names(factor_names, split = "", fixed = FALSE)
factor_names |
A character vector that describes the factor names. |
split |
character passed to strsplit function as split. |
fixed |
boolean passed to gsub function as fixed. |
A character vector that describes simplified factor names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.