This function stores meta information to the database for a given time series. Make sure that corresponding time series had been inserted to the main table before.
storeMetaInformation(series, con, tbl = "meta_data_localized",
lookup_env = "meta_data_localized", locale = "de", overwrite = F,
quiet = F, schema = "timeseries")a character name of an time series object
a PostgreSQL connection object
name of the meta information table, defaults to localized meta data: meta_data_localized. Alternatively choose meta_data_unlocalized if you are not translating meta information.
name of the R environment in which to look for meta information objects
character locale fo the metainformation. Defaults to Germen 'de'. See also readMetaInformation.
If locale is set to NULL unlocalized meta is updated. Make sure to change tbl to 'meta_data_unlocalized'.
logical, defaults to FALSE.
logical, should there be console output for every query result ? Defaults to FALSE.
SQL schema name, defaults to 'timeseries'.