powered by
Retrieves Data from the Quandl Dataset endpoint
Quandl.dataset.get(code, params)
Dataset code on Quandl specified as a string.
A list of parameters to be passed to the Quandl API. Please see https://docs.quandl.com/docs/in-depth-usage#get-time-series-metadata for a full list of parameters.
Returns a data.frame of the requested data
Set your api_key with Quandl.api_key function. For instructions on finding your api key go to https://www.quandl.com/account/profile
api_key
Quandl.api_key
Quandl.api_key, Quandl
Quandl
# NOT RUN { quandldata = Quandl.dataset.get("NSE/OIL", list(rows=5)) plot(quandldata[,1]) # }
Run the code above in your browser using DataLab