Builds an R object containing info required to make subsets
Source:R/subset.R
armadillo.subset_definition.Rd
Builds an R object containing info required to make subsets
Arguments
- reference_csv
.csv
file containing details of the variable to subset. Must contain 5 columns: 'source_folder' specifying the folder from which to subset, 'souce_table' specifying the table from which to subset, 'target_folder' specifying the folder in which to create the subset 'target_table' specifying the name of the subset and 'variable' specifying the variable(s) to include in the subset. Note that 'source_project' and 'target_project' are specified as arguments to `armadillo.subset`.- vars
Deprecated: use
reference_csv
instead
Value
A dataframe containing variables that is used for input in the
armadillo.subset()
method