- region
simple feature object, one-row sf tibble
- region_idcol
character, name of column with unique region id
- roads
simple feature object, lines or polylines with road network
- region_popcol
character, name of column with region population
- roads_idcol
character, name of column containing road unique identifiers
- phh_density
numeric, parameter given to sf::st_line_sample()
- min_phh_pop
numeric, minimum population per phh
- min_phhs_per_region
numeric, minimum phhs per region (it will try its best)
- min_phh_distance
numeric, minimum distance between phhs in meters
- road_buffer_m
numeric, buffer in meters for intersections
- delta_distance_m
numeric, buffer in meters for intersections
- skip_unpopulated_regions
boolean, should we skip regions with no population?
- track_warnings
boolean, internal parameter used when this function is
called by get_phhs_parallel() to ensure warnings are only shown once.