View source: R/covert_date_period.R
convert_date_to_qtr | R Documentation |
Convert Date to FY Quarter/Period
convert_date_to_qtr(date)
date |
date formatted like 2021-10-01 |
vector of FY period, eg FY22Q1
Other period:
convert_datim_pd_to_qtr()
,
convert_fy_qtr_to_pd()
,
convert_qtr_to_date()
## Not run:
dates <- c("2021-10-01", "2021-11-15")
convert_date_to_qtr(dates)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.