
Last chance! 50% off unlimited learning
Sale ends in
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
# NOT RUN {
Quandl.datatable('ZACKS/FC', paginate=TRUE)
# }
Run the code above in your browser using DataLab