R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("sf::st_as_sfc", "rsgeo")
  vctrs::s3_register("wk::wk_handle", "rsgeo")
  vctrs::s3_register("wk::wk_crs", "rsgeo")
}

Try the rsgeo package in your browser

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

rsgeo documentation built on Sept. 9, 2023, 1:07 a.m.