sdcTable (version 0.20.5)

get.dataObj: query dataObj-objects depending on argument type

Description

query dataObj-objects depending on argument type

Usage

get.dataObj(object, type)

## S3 method for class 'dataObj,character': get.dataObj(object, type)

Arguments

object
an object of class dataObj
type
a character vector of length 1 defining what to calculate|return|modify. Allowed types are:

Value

  • information from objects of class dataObj depending on argument type
    • a list if argumenttypematches 'rawData'
    • numeric vector if argumenttypematches 'dimVarInd', 'freqVarInd', 'numVarInd', 'weightVarInd' or 'sampWeightInd'
    • character vector if argumenttypematches 'numVarNames', 'freqVarName' or 'varName'
    • logical vector of length 1 if argumenttypematches 'isMicroData'