Quandl.database.bulk_download_to_file: Downloads a zip with all data from a Quandl database

Description Usage Arguments Details Value See Also Examples

View source: R/Quandldatabase.R

Description

Downloads a zip with all data from a Quandl database

Usage

1
Quandl.database.bulk_download_to_file(database_code, filename, ...)

Arguments

database_code

Database 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. Please see https://www.quandl.com/docs/api#entire-database for a full list of 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/api

Value

The filename of the downloaded file.

See Also

Quandl.api_key

Examples

1
2
3
4
## Not run: 
Quandl.database.bulk_download_to_file("NSE", "./NSE.zip")

## End(Not run)

SanFranciscoFogg/quandl-r documentation built on May 29, 2019, 2:26 p.m.