addSubvariable: Add subvariable to an array

View source: R/add-subvariable.R

addSubvariableR Documentation

Add subvariable to an array

Description

Add subvariable to an array

Usage

addSubvariable(variable, subvariable)

addSubvariables(variable, subvariable)

Arguments

variable

the array variable to modify

subvariable

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.

Value

variable with the indicated subvariables added.

See Also

subvariables()

Examples

## Not run: 
ds$allpets <- addSubvariable(ds$allpets, ds$allpets_4)
ds$petloc <- addSubvariables(ds$petloc, ds[c("petloc_school", "petloc_daycare")])

## End(Not run)

crunch documentation built on Aug. 31, 2023, 1:07 a.m.