R/as.sfc.R

Defines functions as.sfc

Documented in as.sfc

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

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.