first_of_quarter {dateutils}R Documentation

First of Quarter

Description

Find the first date in the quarter for a vector of dates

Usage

first_of_quarter(dates)

Arguments

dates

Transition matrix from a VAR model

Value

The first day of the quarter for the dates

Examples

first_of_quarter(as.Date("2019-9-15")) ## 2019-07-01

[Package dateutils version 0.1.5 Index]