Convert the styling scope to its lower-level representation
Source:R/style-guides.R
scope_normalize.Rd
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.
Usage
scope_normalize(scope, name = substitute(scope))
See also
Other third-party style guide helpers:
next_non_comment()
,
pd_is