getData: A wrapper for getSymbols that can handle lists of tickers.

Description Usage Arguments

View source: R/getData.R

Description

This is just a simple wrapper for getSymbols that can take either a single ticker vector or a list of ticker vectors for, say, multiple asset classes.

Usage

1
getData(tickers, datasrc, quiet = FALSE, ...)

Arguments

tickers

a character vector of symbols to be passed to getSymbols.

datasrc

the data source for the call. Usually, "yahoo" or "google" or "FRED".

quiet

controls verboseness of getSymbols call.


gtog/dMisc documentation built on May 17, 2019, 8:57 a.m.