exprs_auto_name | R Documentation |
This gives default names to unnamed elements of a list of
expressions (or expression wrappers such as formulas or
quosures), deparsed with as_label()
.
exprs_auto_name(
exprs,
...,
repair_auto = c("minimal", "unique"),
repair_quiet = FALSE
)
quos_auto_name(quos)
exprs |
A list of expressions. |
... |
These dots are for future extensions and must be empty. |
repair_auto |
Whether to repair the automatic names. By
default, minimal names are returned. See |
repair_quiet |
Whether to inform user about repaired names. |
quos |
A list of quosures. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.