TSvintages {TSdbi}R Documentation

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 signature 'missing'
TSvintages(con=getOption("TSconnection"))
    ## S4 method for signature 'ANY'
TSvintages(con=getOption("TSconnection"))

Arguments

con

A TSconnection object

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.

Value

A vector of strings indicating vintage identifiers

See Also

TSconnect


[Package TSdbi version 2017.4-1 Index]