R/handle-xy.R

Defines functions wk_handle.wk_xy

Documented in wk_handle.wk_xy

#' @rdname wk_handle
#' @export
wk_handle.wk_xy <- function(handleable, handler, ...) {
  handler <- as_wk_handler(handler)
  .Call(wk_c_read_xy, handleable, handler)
}

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.