Unstacks fatalities data by 1) assigning the coordinates of the base case to all cases in a stack and 2) setting the base case as an "address" and making the number of fatalities an attribute.
unstackFatalities(multi.core = FALSE, dev.mode = FALSE)
An R list.
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. With Numeric, you specify the number logical cores. See vignette("Parallelization")
for details.
Logical. Development mode uses parallel::parLapply().
vignette("unstacking.fatalities")