View source: R/dplyr_custom_functions.R
fct_case_when | R Documentation |
Can replace
case_when()
syntax to output an ordered factor in the same order as the cases, useful for meaningful ordering in plots and tables. This is because for case_when()
the arguments are evaluated in order, so you must proceed from the most specific to the most general. Tables and plots will therefor be ordered by the evaluation order.
fct_case_when(...)
... |
A sequence of two-sided formulas. See ?dplyr::case_when for details |
An ordered factor vector of length 1 or n, matching the length of the logical input or output vectors, with the type (and attributes) of the first RHS. Inconsistent lengths or types will generate an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.