make_month_id: Creates a data.frame with first date of month and...

View source: R/month_id.R

make_month_idR Documentation

Creates a data.frame with first date of month and corresponding month id

Description

Creates a data.frame with first date of month and corresponding month id

Usage

make_month_id(start = character(), end = character(), orig = start)

Arguments

start

first day of the date sequence as a character string

end

last day of the date sequence as a character string

orig

origin of the sequence. The corresponding month is labelled 1 in the month sequence

Value

a data.frame

Examples

make_month_id(start = "2019-12-21", end = "2020-03-30", orig = "2020-02-20")


AurMad/STOCfree documentation built on Sept. 13, 2022, 3:20 a.m.