powered by
Downloads a zip with all data requested from a Quandl database
Quandl.datatable.bulk_download_to_file(datatable_code, filename, ...)
Datatable code on Quandl specified as a string.
Filename (including path) of file to download.
Additional named values that are interpreted as Quandl API parameters.
Returns a data.frame.
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
# NOT RUN { Quandl.datatable.bulk_download_to_file('ZACKS/EE') # }
Run the code above in your browser using DataLab