Compute latitude and longitude of non-address fatalities (prototype).
latlongFatalities(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.