Learn R Programming

timeseriesdb (version 0.2.1)

getMeta: Quickly Handle Meta Information

Description

Sometimes reading the entire meta description for all language or multiple time series might not be necessary. Quick handle operators help users to access the information quickly as a non-nested list for only one language is returned. These functions are alpha status, more will follow.

Usage

getMeta(series, lang, con, tbl = "meta_data_localized",
  schema = "timeseries")

Arguments

series

an R time series object

lang

character name of the language of the meta information. Typically 'de', 'it', 'fr' or 'en'.

con

connection object

tbl

character name of the table that contains the meta information.

schema

SQL schema name. Defaults to 'timeseries'.