powered by
Retrieves Data from the Quandl Datatable endpoint
Quandl.datatable(datatable_code, paginate = FALSE, ...)
Datatable code on Quandl specified as a string.
When set to TRUE, fetches up to 1,000,000 rows of data
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('ZACKS/FC', paginate=TRUE) # }
Run the code above in your browser using DataLab