Quandl.datatable.bulk_download_to_file: Downloads a zip with all data requested from a Quandl...

View source: R/Quandldatatable.R

Quandl.datatable.bulk_download_to_fileR Documentation

Downloads a zip with all data requested from a Quandl database

Description

Downloads a zip with all data requested from a Quandl database

Usage

Quandl.datatable.bulk_download_to_file(datatable_code, filename, ...)

Arguments

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.

Details

Set your api_key with Quandl.api_key function. For instructions on finding your api key go to https://www.quandl.com/account/profile

Value

Returns a data.frame.

See Also

Quandl.api_key

Examples

## Not run: 
Quandl.datatable.bulk_download_to_file('ZACKS/EE')

## End(Not run)

quandl/quandl-r documentation built on June 11, 2022, 2:04 a.m.