fred_releases: Fetch Information on a Release in FRED

Description Usage Arguments Details Value Functions

View source: R/fred_release.R

Description

Each of the functions accept a release name/number and return the requested information in a data.frame.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17

Arguments

key

32 character lower-cased alpha-numeric character string

args

named list of other arguments passed to the API, including "limit", "offset", "sort_order", etc. See fred_search for more details on accepted parameters.

...

character or numeric vectors of release ids to search

Details

Each function returns the following information in a data.frame.

fred_releases

Release id, its name, a url link, whether there is a press release, and realtime start and end dates

fred_releases_dates

Release id, its name, and date of release

fred_release

Release id, its name, a url link, whether there is a press release, and realtime start and end dates

fred_release_dates

Release id and its release date

fred_release_series

Series id, its title, observations start and end, frequency, units, seasonal adjustment type, popularity, realtime start and end, and when it was last updated

fred_release_sources

Source id, name of source, url link, and realtime start and end dates

fred_release_tags

Tag name and its group id, popularity of tag, number of series in each tag, when it was created, and other notes

fred_release_related_tags

Same as fred_release_tags

fred_release_tables

Release, element, parent, and series ids, type, and name

Value

data.frame with entries described in details

Functions


eFRED documentation built on Jan. 16, 2021, 5:30 p.m.