dates: Create dates

View source: R/calendar_fun.R

datesR Documentation

Create dates

Description

Creates a data.frame of one column containing a range of dates.

Usage

dates(begin, end)

Arguments

begin

a character string defining the start date
The accepted format is "yyyy-mm-dd".

end

a character string defining the end date
The accepted format is "yyyy-mm-dd".

Value

a data.frame with only one column ("date")


basilrabi/mansched documentation built on May 18, 2023, 1:29 p.m.