AllIds: Extract Series Information from a Databases

Description Usage Arguments Details Value See Also

View source: R/TScompare.R

Description

Utilities for series information from databases.

Usage

1
2
3
    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.

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.

Value

depends.

See Also

TScompare, TSconnect, TSget


TScompare documentation built on May 2, 2019, 2:04 a.m.

Related to AllIds in TScompare...