Description Usage Arguments Details Value See Also Examples
View source: R/Quandldatatable.R
Generates and returns a bulk download url
1 | Quandl.datatable.bulk_download_url(datatable_code, ...)
|
datatable_code |
Datatable code on Quandl specified as a string. |
... |
Additional named values that are interpreted as Quandl API parameters. Please see https://docs.quandl.com/docs/parameters-1 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 the download url.
1 2 3 4 | ## Not run:
url = Quandl.datatable.bulk_download_url("ZACKS/EE", ticker="AAPL")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.