plot_date_to_period_month: Depict the intervals created by function...

Description Usage Arguments Details Examples

View source: R/plot_date_to_period.R

Description

Create plot illustrating how function date_to_period_month works.

Usage

1

Arguments

date

Dates of events or measurements. A vector of class Date, or a vector than can be coerced to class Date via function as.Date.

Details

plot_date_to_period_month is typically used for learning or documentation, rather than for actual data analysis.

Examples

1
2
plot_date_to_period_month(date = c("2021-11-24",
                                   "2022-04-09"))

johnrbryant/demprep documentation built on Dec. 31, 2021, 11:58 a.m.