getDays: List all days between two dates

Description Usage Arguments Value Examples

View source: R/getDays.R

Description

List all days between two dates

Usage

1
getDays(startDate, endDate)

Arguments

startDate

A string

endDate

A string

Value

A vector containing the list of all days between the startDate and the endDate

Examples

1
getDays(startDate = "2021-04-01", endDate = "2021-04-04")

nathanael-g-durst/EuroCovTrackeR documentation built on Dec. 21, 2021, 11:12 p.m.