fredSearch: Search Federal Reserve Data

Description Usage Arguments Value Examples

View source: R/fred_functions.R

Description

fredSearch searches and downloads data from the Federal Reserve Economic Database.

Usage

1
fredSearch(x, ret = "obs", n = 30)

Arguments

x

character value to search

ret

either 'obs' or 'id' to return either the data observations or the FRED id code

n

the maximum number of results to show per page

Value

'xts' object or a FRED code

Examples

1
2
urate <- fredSearch('unemp rate')
medPrice <- fredSearch('medical care price')

cmann3/recon documentation built on May 13, 2019, 8:23 p.m.