Learn R Programming

hedgehog (version 0.1)

gen.date: 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 Date value

to

a Date value

Examples

Run this code
# NOT RUN {
gen.date()
gen.date( from = as.Date("1939-09-01"), to = as.Date("1945-09-02"))
# }

Run the code above in your browser using DataLab