Learn R Programming

TScompare (version 2015.4-1)

AllIds: Extract Series Information from a Databases

Description

Utilities for series information from databases.

Usage

AllIds(con, vintage=getOption("TSvintage")) AllPanels(con) AllVintages(con)

Arguments

con
a database connection as returned by TSconnect.
vintage
the vintage for which series identifiers will be returned.

Value

Details

MORE HERE The function AllIds returns a string vector of all the series identifiers in the database.

The function AllPanels returns a string vector of all the panel identifiers in the database.

The function AllVintages returns a string vector of all the vintages in the database.

See Also

TScompare, TSconnect, TSget