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