add_variables | R Documentation |
Add additional variable names to a tplyr_meta()
object.
add_variables(meta, names)
add_filters(meta, filters)
meta |
A tplyr_meta object |
names |
A list of names, providing variable names of interest. Provide
as a list of quosures using |
filters |
A list of symbols, providing variable names of interest. Provide as a list of quosures using 'rlang::quos()' |
tplyr_meta object
m <- tplyr_meta()
m <- add_variables(m, rlang::quos(a, b, c))
m <- add_filters(m, rlang::quos(a==1, b==2, c==3))
m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.