Quandl.datatable.bulk_download_url: Generates and returns a bulk download url

View source: R/Quandldatatable.R

Quandl.datatable.bulk_download_urlR Documentation

Generates and returns a bulk download url

Description

Generates and returns a bulk download url

Usage

Quandl.datatable.bulk_download_url(datatable_code, ...)

Arguments

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.

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 the download url.

See Also

Quandl.api_key

Examples

## Not run: 
url = Quandl.datatable.bulk_download_url("ZACKS/EE", ticker="AAPL")

## End(Not run)

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