R/neptune_remove.R

Defines functions neptune_remove

Documented in neptune_remove

neptune_remove <-
function(x, values, wait=FALSE) {
  check_handler(x)
  x$remove(values, wait=wait)
}

Try the neptune package in your browser

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

neptune documentation built on April 13, 2022, 5:14 p.m.