powered by
Search the Quandl database
Quandl.search(query, silent = FALSE, per_page = 10, ...)
Search terms
Prints the results when FALSE.
Number of results returned per page.
Additional named values that are interpretted as Quandl API parameters.
Search results returned as 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
For instructions on finding your authentication token go to https://www.quandl.com/account/profile
# NOT RUN { search.results <- Quandl.search("oil") # }
Run the code above in your browser using DataLab