Wrapper around tidyselect::vars_select()
with some pre-and post-processing.
Most notable, for any number of selected variables that are greater than
the number of dimensions, all sets of combinations of the variables with
cardinality k_dimensional
are formed.
1 | vars_from_quo(quos, data_name, k_dimensional)
|
quos |
Captured variables with |
data_name |
All column names of the data from which to select. |
k_dimensional |
The cardinality of the transformer. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.