R/sfc-writer.R

Defines functions sfc_writer

Documented in sfc_writer

#' @rdname wk_writer
#' @export
sfc_writer <- function(promote_multi = FALSE) {
  new_wk_handler(.Call(wk_c_sfc_writer_new, as.logical(promote_multi)[1]), "wk_sfc_writer")
}

Try the wk package in your browser

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

wk documentation built on Oct. 22, 2023, 9:07 a.m.