random_date_vector | R Documentation |
Get random date vector from an interval
random_date_vector(size, min_date, max_date, format = NULL, unique = FALSE)
size |
integer, vector length |
min_date |
character or date, beginning of the time interval to sample from |
max_date |
character or date, ending of the time interval to sample from |
format |
character, check |
unique |
boolean, should the output be unique? |
random_date_vector(12, "2012-12-04", "2020-10-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.