R/profile.R

.onLoad <- function (libname, pkgname) {
  
  #make sure sf relies on... "sf" (aka ISO/OGC Simple Features)! and not s2
  options(sf_use_s2 = FALSE)
  
}

Try the cleangeo package in your browser

Any scripts or data that you put into this service are public.

cleangeo documentation built on Sept. 1, 2023, 5:08 p.m.