gen.date {hedgehog} | R Documentation |
Generate a date between the from and to dates specified.
Description
Shrinks towards the from
value.
Usage
gen.date(from = as.Date("1900-01-01"), to = as.Date("3000-01-01"))
Arguments
from |
a |
to |
a |
Examples
gen.date()
gen.date( from = as.Date("1939-09-01"), to = as.Date("1945-09-02"))
[Package hedgehog version 0.1 Index]