R/geti.r

Defines functions getit

Documented in getit

#' Get
#'
#' It
#'
#' Now
#'
#' @export
#' @importFrom sf st_read
getit <- function() {
  sf::st_read(system.file("shape/nc.shp", package="sf"), "nc", crs = 4267)
}
dis-organization/depsf documentation built on Oct. 19, 2022, 4:56 a.m.