get.dimInfo {sdcTable} | R Documentation |
query dimInfo
-objects depending on argument type
Description
query dimInfo
-objects depending on argument type
Usage
get.dimInfo(object, type)
## S4 method for signature 'dimInfo,character'
get.dimInfo(object, type)
Arguments
object |
an object of class |
type |
a character vector of length 1 defining what to calculate|return|modify. Allowed types are: |
strInfo: info on how many digits in the default codes ach dimensional variable allocates
dimInfo: a list object with each slot containing an object of class
dimVar
varName: variable names
strID: character vector of ID's defining table cells
posIndex vector showing the index of the elements of
dimInfo
in the underlying data
Value
information from objects of class dimInfo
depending on argument type
a list (or NULL) if argument
type
matches 'strInfo', 'dimInfo'numeric vector (or NULL) if argument
type
matches 'posIndex'character vector (or NULL) if argument
type
matches 'varName' or 'strID'
Note
internal function
Author(s)
Bernhard Meindl bernhard.meindl@statistik.gv.at