powered by
r_date_of_births(n, start = as.Date("1900-01-01"), end = Sys.Date())
n
r_date_of_births(10) r_date_of_births(10, start = as.Date("2000-01-01")) r_date_of_births(10, start = as.Date("2000-01-01"), end = as.Date("2100-01-01"))
Run the code above in your browser using DataLab