date_period: Construct a DATE_PERIOD string

View source: R/dates.R

date_periodR Documentation

Construct a DATE_PERIOD string

Description

Construct a DATE_PERIOD string

Usage

date_period(start_date = date_calendar(), end_date = date_calendar())

Arguments

start_date

A DATE_CALENDAR() object giving the start of the period. If only the start date is provided, a string of the form "FROM date" will be returned.

end_date

A DATE_CALENDAR() object giving the end of the period. If only the end date is provided, a string of the form "TO date" will be returned.

Value

A DATE_PERIOD string.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.