Learn R Programming

timeseriesdb (version 0.4.1)

getTimeSeriesVintages: Get all available vintages for the time series identified by series

Description

Get all available vintages for the time series identified by series

Usage

getTimeSeriesVintages(series, con, tbl_vintages = "timeseries_vintages",
  schema = "timeseries")

Arguments

series

character Names of the time series for which to get the vintages

con

PostgreSQL connection object.

tbl_vintages

character string denoting the name of the vintages time series table in the PostgreSQL database.

schema

SQL schema name. Defaults to timeseries.