Ensure that all elements of a list of expressions are named
This gives default names to unnamed elements of a list of
expressions (or expression wrappers such as formulas or
quosures). exprs_auto_name()
deparses the expressions with
expr_name()
by default. quos_auto_name()
deparses with
quo_name()
.
exprs_auto_name(exprs, width = NULL, printer = NULL) quos_auto_name(quos, width = NULL)
exprs |
A list of expressions. |
width |
Deprecated. Maximum width of names. |
printer |
Deprecated. A function that takes an expression
and converts it to a string. This function must take an
expression as the first argument and |
quos |
A list of quosures. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.