Quandl (version 2.10.0)

Quandl.search: Search the Quandl database

Description

Search the Quandl database

Usage

Quandl.search(query, silent = FALSE, per_page = 10, ...)

Arguments

query

Search terms

silent

Prints the results when FALSE.

per_page

Number of results returned per page.

...

Additional named values that are interpretted as Quandl API parameters.

Value

Search results returned as 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/api

For instructions on finding your authentication token go to https://www.quandl.com/account/api

See Also

Quandl.api_key

Examples

Run this code
# NOT RUN {
search.results <- Quandl.search("oil")
# }

Run the code above in your browser using DataLab