View source: R/chart_helpers.R
fct_case_when | R Documentation |
This function is a wrapper around dplyr::case_when that ensures that factor levels are ordered in the same way as the case_when statement.
fct_case_when(...)
... |
a series of formulas to pass to dplyr::case_when |
a factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.