Description Usage Arguments Details Value See Also Examples
View source: R/Quandldatatable.R
Downloads a zip with all data requested from a Quandl database
1 | Quandl.datatable.bulk_download_to_file(datatable_code, filename, ...)
|
datatable_code |
Datatable code on Quandl specified as a string. |
filename |
Filename (including path) of file to download. |
... |
Additional named values that are interpreted as Quandl API 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.
1 2 3 4 | ## Not run:
Quandl.datatable.bulk_download_to_file('ZACKS/EE')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.