R/as.sf.R

Defines functions as.sf

Documented in as.sf

#' Coerce an object to a sf object
#'
#'
#' @param x  object to be coerced
#' @param   \\dots arguments passed to or from other methods.
#'
#' @return an sf object
#'
#' @rdname as.sf
#' @export
#'
#' @md
as.sf <- function(x, ...) {
  UseMethod("as.sf")
}

Try the cartogramR package in your browser

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

cartogramR documentation built on Oct. 18, 2022, 5:08 p.m.