vars_from_quo: Select variables

Description Usage Arguments

View source: R/select-vars.R

Description

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.

Usage

1
vars_from_quo(quos, data_name, k_dimensional)

Arguments

quos

Captured variables with rlang::quos().

data_name

All column names of the data from which to select.

k_dimensional

The cardinality of the transformer.


lorenzwalthert/simplificar documentation built on May 7, 2019, 9:32 a.m.