Description Usage Arguments Value See Also Examples
lower_factors_
is the standard evaluation version of
lower_factors
. Dots arguments should be quoted with ~. This function
is mostly for use in programming.
1 | lower_factors_(.data, ..., .dots, case = "lower")
|
.data |
A data frame. |
... |
Comma separated list of unquoted expressions. Defaults to all columns of class factor. |
.dots |
lazy_dots object from |
case |
A character vector |
A data frame.
Other case functions: lower_factors
;
lower_names_
; lower_names
1 | lower_factors_(iris, ~Species, case = "upper")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.