R/xy-writer.R

Defines functions xy_writer

Documented in xy_writer

#' @rdname wk_writer
#' @export
xy_writer <- function() {
  new_wk_handler(.Call(wk_c_xy_writer_new), "wk_xy_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.