simfinR_period_to_date: Period to date

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Returns the last date for a given period and year.

Usage

1
simfinR_period_to_date(period_in, year_in)

Arguments

period_in

The period ('Q1', 'Q2', 'Q3', 'Q4', 'FY')

year_in

The year

Value

A single date object

Examples

1
first_quarter <- simfinR_period_to_date('Q1', 2019)

msperlin/simfinR documentation built on June 19, 2021, 10:21 p.m.