Quandl.search: Search the Quandl database

Description Usage Arguments Details Value See Also Examples

View source: R/Quandlsearch.R

Description

Search the Quandl database

Usage

1
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.

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

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

Value

Search results returned as a data.frame.

See Also

Quandl.api_key

Examples

1
2
3
4
## Not run: 
search.results <- Quandl.search("oil")

## End(Not run)

Quandl documentation built on Aug. 11, 2021, 5:07 p.m.