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)

Arguments

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 width as the second argument.

quos

A list of quosures.