Description Usage Arguments Details Value See Also Examples
Retrieves Data from the Quandl Dataset endpoint
1 | Quandl.dataset.get(code, params)
|
code |
Dataset code on Quandl specified as a string. |
params |
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. |
Set your api_key
with Quandl.api_key
function. For instructions on finding your api key go to https://www.quandl.com/account/profile
Returns a data.frame of the requested data
1 2 3 4 5 | ## Not run:
quandldata = Quandl.dataset.get("NSE/OIL", list(rows=5))
plot(quandldata[,1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.