ys_flags | R Documentation |
Use ys_flags_chr()
to get a character vector of all columns returned by
ys_flags()
.
ys_flags(x, ...)
ys_flags_chr(x, ...)
x |
a yspec object. |
... |
tidy-select specification of flag names to select. |
ys_flags()
returns a named list of flag column names. ys_flags_chr()
returns a character vector of all flag columns returned by ys_flags()
.
ys_select_fl()
, ys_factors_fl()
spec <- ys_help$spec()
ys_flags(spec, nm)
ys_flags_chr(spec, nm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.