# NOT RUN {
## to suppresse log messages to the console
migrbc::initialize_logger(log_level = 1)
number_of_people = 10
person_data <- migrbc::setup_random_test_data(number_of_people,
initial_date = '2001-01-01',
numJourneys = 5,
min = 0,
max = 10)
crossings <- migrbc::pre_process(person_data, n_groups = 10)
crossings
cross_spaces <- migrbc::resolve_data(crossings)
cross_spaces
# }
Run the code above in your browser using DataLab