R/null-device.R

Defines functions get_null_device

get_null_device <- function() {
  if (.Platform$OS.type == "windows") {
    return("nul")
  } else {
    return("/dev/null")
  }
}
poissonconsulting/poisspatial documentation built on June 10, 2025, 12:08 a.m.