recession_dates_ggplot: Cuts to get the dates of recessions between two dates

Description Usage Arguments Value

Description

Cuts to get the dates of recessions between two dates

Usage

1
recession_dates_ggplot(periodicity, start_date, end_date)

Arguments

periodicity

What is the periodicity of data used. Only accepts (q)uartely or (m)onthly. You can use the whole word or only the first letter

start_date

The start date in Dates format

end_date

The ending date in Dates format

Value

A dataframe with two columns, the first with the start date of all recessions between start_date and end_date and the second column with the end date of all recessions between start_date and end_date


danmrc/recessionR documentation built on May 12, 2019, 5:16 p.m.