quarter_to_date: A function to convert a quarter (format Q1 1987 or 1987 Q1)...

Description Usage Arguments Examples

View source: R/date_functions.R

Description

Converts a quarter (format Q1 1987 or 1987 Q1) to a date

Usage

1
quarter_to_date(year_and_quarter, q1_month = 3)

Arguments

year_and_quarter

a string, format Q1 1987 or 1987 Q1

q1_month

an integer or string can be 1 or 3, defaults to Q1 being the first of march (q1_month = 3)

Examples

1

BillyEhrenberg/FTutilityfuncs documentation built on March 5, 2020, 12:42 a.m.