first_previous_quarter {dateutils}R Documentation

First of previous quarter date

Description

Return the date of the first day of the previous quarter

Usage

first_previous_quarter(date)

Arguments

date

date value formated as.Date()

Value

The first day of the previous quarter of the date

Examples

first_previous_quarter(as.Date("2019-09-15")) ## 2019-04-01

[Package dateutils version 0.1.5 Index]