addLocalizedMetaData: add localized meta data to an exisiting zoo object

Description Usage Arguments Author(s) See Also

Description

add language specific meta information to a time series object. Typically data is added to zoo objects. data

Usage

1
2
3
4
5
  addLocalizedMetaData(x, attrName = "de",
    qDict = questionDescription.de, aDict = DLU_ANTW,
    wInfo = "Gewichtung mit Beschäftigten (capped)",
    desc = "Dienstleistungsumfrage basierend auf NOGA08",
    env = .GlobalEnv)

Arguments

x

any R object to assign meta data to, typically a zoo object

attrName

iso name string that indicated the localization

wInfo

character string that contains some weighting information, typically 'weighted', 'unweighted' or ”.

qDict

a data.frame that contains some meta descriptions for questions. Might be read from an external source.

env

environment to assign time series too, .GlobalEnv is default.

desc

language specific description

Author(s)

Matthias Bannert

See Also

addFixedMetaData


mbannert/gateveys documentation built on May 21, 2019, 2:23 p.m.