fq_yale: Yale Department of Economics

Description Usage Arguments Details Value Examples

View source: R/fq_yale.R

Description

Publishes data related to the stock and housing markets; price data for common indexes, interest rates, earnings, dividends, house prices, and CPI.

Usage

1
fq_yale(indicators, verbose = TRUE, ...)

Arguments

indicators

A vector or a list of character strings.

verbose

Should warning messages be printed? Default is TRUE.

...

Additional arguments to be passed into Quandl function.

Details

Data provided for the US economy only.

Value

A tidy tibble with five columns: date, code, indicator, description and value.

Examples

1
2
3
4
# Ten-Year Average of Real Earnings for US Stock Data
if (FALSE) {
  fq_yale("SP_10YRE")
}

Reckziegel/FromQuandl documentation built on Jan. 2, 2021, 9:20 p.m.