rmVar: Remove variables from an object

Description Usage Arguments Details Value Examples

Description

rmVar removes from the input object those values for variable names in the input parameter VarNames.

Usage

1
2
3
4
rmVar(object, VarNames = character(0))

## S4 method for signature 'StQ'
rmVar(object, VarNames = character(0))

Arguments

object

Input object of class StQ to remove the variables from.

VarNames

Character vector with the variable names to remove.

Details

This method returns the same input object with those variables specified in the input parameter VarNames removed from the data set.

Value

Object with the same class as the input object but where the variables in VarNames have been removed. Variables are removed only from slot Data.

Examples

1
2
3

david-salgado/StQ documentation built on Aug. 12, 2021, 3:23 p.m.