random_datetime: Generate random dates and times between two dates

Description Usage Arguments Value Examples

Description

Generate random dates and times between two dates

Usage

1
random_datetime(N, st = "2015/01/01", et = "2015/12/31")

Arguments

N

the number of random dates/times to produce

st

the start date in the format e.g. "2014/11/17"

et

the end date in the format e.g. "2014/11/17"

Value

A sequence of random dates and times

Examples

1
random_datetime(100, st="2015/01/01", et="2015/01/31")

SBUtltmedia/musicnotationR documentation built on May 9, 2019, 11:07 a.m.