Compute latitude and longitude for unique road segment endpoints (prototype).
latlongRoads(path, multi.core = TRUE)
An R data frame.
Character. e.g., "~/Documents/Data/"
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores. See vignette("Parallelization")
for details.