histQuote(...)
getSymbol(...)
xls(...)
zip(...) ## S3 method for class 'histQuoteConnection,missing':
TSconnect(q, dbname, ...)
## S3 method for class 'character,TShistQuoteConnection':
TSget(
serIDs, con, TSrepresentation = options()$TSrepresentation,
tf = NULL, start = tfstart(tf), end = tfend(tf), names=serIDs,
quote = "Close", quiet = TRUE, repeat.try=3, ...)
## S3 method for class 'character,TShistQuoteConnection':
TSdates(
serIDs, con, vintage=NULL, panel=NULL, ... )
## S3 method for class 'character,TShistQuoteConnection':
TSdescription(x, con, ... )
## S3 method for class 'character,TShistQuoteConnection':
TSdoc(x, con, ... )
## S3 method for class 'character,TShistQuoteConnection':
TSlabel(x, con, ... )
## S3 method for class 'character,TShistQuoteConnection':
TSsource(x, con, ... )
## S3 method for class 'getSymbolConnection,missing':
TSconnect(
q, dbname, ...)
## S3 method for class 'character,TSgetSymbolConnection':
TSget(
serIDs, con, TSrepresentation = options()$TSrepresentation,
tf = NULL, start = tfstart(tf), end = tfend(tf), names=serIDs,
quote = NULL, quiet = TRUE, repeat.try=3, ...)
## S3 method for class 'character,TSgetSymbolConnection':
TSdates(
serIDs, con, vintage=NULL, panel=NULL, ... )
## S3 method for class 'character,TSgetSymbolConnection':
TSdescription(x, con, ... )
## S3 method for class 'character,TSgetSymbolConnection':
TSdoc(x, con, ... )
## S3 method for class 'character,TSgetSymbolConnection':
TSlabel(x, con, ... )
## S3 method for class 'character,TSgetSymbolConnection':
TSsource(x, con, ... )
## S3 method for class 'xlsConnection,missing':
TSconnect(q, dbname,
map=list(ids, data, dates, names=NULL, description=NULL, sheet=1,
tsrepresentation = function(data,dates){zoo(data, as.Date(dates))}),
...)
## S3 method for class 'character,TSxlsConnection':
TSget(
serIDs, con, TSrepresentation = options()$TSrepresentation,
tf = NULL, start = tfstart(tf), end = tfend(tf), names=serIDs, ...)
## S3 method for class 'character,TSxlsConnection':
TSdates(
serIDs, con, vintage=NULL, panel=NULL, ... )
## S3 method for class 'character,TSxlsConnection':
TSdescription(x, con, ... )
## S3 method for class 'character,TSxlsConnection':
TSdoc(x, con, ... )
## S3 method for class 'character,TSxlsConnection':
TSlabel(x, con, ... )
## S3 method for class 'character,TSxlsConnection':
TSsource(x, con, ... )
## S3 method for class 'zipConnection,missing':
TSconnect(q, dbname,
suffix=c("Open","High","Low","Close","Volume","OI"), ...)
## S3 method for class 'character,TSzipConnection':
TSget(
serIDs, con, TSrepresentation=options()$TSrepresentation,
tf=NULL, start=tfstart(tf), end=tfend(tf),
names=NULL, quote=con@suffix, ...)
## S3 method for class 'character,TSzipConnection':
TSdates(
serIDs, con, vintage=NULL, panel=NULL, ... )
## S3 method for class 'character,TSzipConnection':
TSdescription(x, con, ... )
## S3 method for class 'character,TSzipConnection':
TSdoc(x, con, ... )
## S3 method for class 'character,TSzipConnection':
TSlabel(x, con, ... )
## S3 method for class 'character,TSzipConnection':
TSsource(x, con, ... )