scope_normalize | R Documentation |
If scope
is of class character
and of length one, the value of the
argument and all less-invasive levels are included too (e.g.
styling tokens includes styling spaces). If
scope
is of class AsIs
, every level to be included has to be declared
individually. See compare tidyverse_style()
for the possible levels and
their order.
scope_normalize(scope, name = substitute(scope))
scope |
A character vector of length one or a vector of class |
name |
The name of the character vector to be displayed if the construction of the factor fails. |
Other third-party style guide helpers:
next_non_comment()
,
pd_is
scope_normalize(I("tokens"))
scope_normalize(I(c("indention", "tokens")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.