Description Usage Arguments Value
View source: R/utility_functions.R
An internal function to create test data
This function is used to generate random dates
for setup_random_test_data
1 2 | get_random_dates(start_date, num_of_dates = 1000, min = 0, max = 100,
seed = NULL)
|
start_date |
The start crossing date. |
num_of_dates |
The number of journeys for each person. |
min |
The minimum duration between journeys. |
max |
The maximum duration between journeys. |
seed |
A random seed to generate random dates. |
A list of boarder crossing dates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.