gen.date: Generate a date between the from and to dates specified.

Description Usage Arguments Examples

View source: R/gen.R

Description

Shrinks towards the from value.

Usage

1
gen.date(from = as.Date("1900-01-01"), to = as.Date("3000-01-01"))

Arguments

from

a Date value

to

a Date value

Examples

1
2
gen.date()
gen.date( from = as.Date("1939-09-01"), to = as.Date("1945-09-02"))

hedgehog documentation built on May 2, 2019, 11:27 a.m.