dates.create: Creates a sequence of dates

Description Usage Arguments Details Value

Description

Creates a sequence of dates

Usage

1
2
dates.create(startDate, endDate = Sys.Date(), labelDate = "Visit_Date",
  timeInterval = "1 day")

Arguments

startDate

the begining date of the period

endDate

the end date of the period

labelDate

the label to be used for the date column

timeInterval

the interval of the date sequence

Details

The default interval is 1 day. The dates need to be well formatted. The default title for the date column is "Visit_Date". This function can be useful in creating timeseries.

Value

a data.frame with one date column


hmenag1/hmUtils documentation built on May 17, 2019, 4:34 p.m.