latlongRoads: Compute latitude and longitude for unique road segment...

View source: R/latlongRoads.R

latlongRoadsR Documentation

Compute latitude and longitude for unique road segment endpoints (prototype).

Description

Compute latitude and longitude for unique road segment endpoints (prototype).

Usage

latlongRoads(path, multi.core = TRUE)

Arguments

path

Character. e.g., "~/Documents/Data/"

multi.core

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.

Value

An R data frame.

Note

This documents the computation of the lat-long version of the roads data frame.


cholera documentation built on March 7, 2023, 5:31 p.m.