dtt_study_year: Study Year

Description Usage Arguments Value Examples

View source: R/study-year.R

Description

Study Year

Usage

1

Arguments

x

A Date or POSIXct vector.

start

An integer scalar of the starting month or a Date scalar of the starting dayte.

Value

A character vector of the study year.

Examples

1
2
dtt_study_year(Sys.Date())
dtt_study_year(as.Date(c("2000-03-31", "2000-04-01", "2001-04-01")), start = 4L)

poissonconsulting/dttr documentation built on Feb. 20, 2021, 12:18 a.m.