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"))
Value
A vector of strings indicating vintage identifiersDetails
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
.