powered by
Add subvariable to an array
addSubvariable(variable, subvariable)addSubvariables(variable, subvariable)
addSubvariables(variable, subvariable)
variable with the indicated subvariables added.
variable
the array variable to modify
the subvariable to add, or a list of those to add, or a dataset subset. You can supply variables, variable definitions or lists of variables and variable definitions.
subvariables()
if (FALSE) { ds$allpets <- addSubvariable(ds$allpets, ds$allpets_4) ds$petloc <- addSubvariables(ds$petloc, ds[c("petloc_school", "petloc_daycare")]) }
Run the code above in your browser using DataLab