Learn R Programming

Quandl (version 2.11.0)

Quandl.datatable: Retrieves Data from the Quandl Datatable endpoint

Description

Retrieves Data from the Quandl Datatable endpoint

Usage

Quandl.datatable(datatable_code, paginate = FALSE, ...)

Arguments

datatable_code

Datatable code on Quandl specified as a string.

paginate

When set to TRUE, fetches up to 1,000,000 rows of data

...

Additional named values that are interpreted as Quandl API parameters.

Value

Returns a data.frame.

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

See Also

Quandl.api_key

Examples

Run this code
# NOT RUN {
Quandl.datatable('ZACKS/FC', paginate=TRUE)
# }

Run the code above in your browser using DataLab