Learn R Programming

TSdbi (version 2017.4-1)

TSvintages: Indicate all Vintages at a Connection

Description

Indicate all vintages on the database(s) associated with a TSconnection.

Usage

TSvintages(con=getOption("TSconnection")) 
    # S4 method for missing
TSvintages(con=getOption("TSconnection"))
    # S4 method for ANY
TSvintages(con=getOption("TSconnection"))

Arguments

con
A TSconnection object

Value

A vector of strings indicating vintage identifiers

Details

TSvintages returns the vintage identifiers if available. Otherwise NULL is returned. The result, or subsets of it, can be used as the vintage argument in calls to TSget.

See Also

TSconnect