R/neptune_clear.R

Defines functions neptune_clear

Documented in neptune_clear

neptune_clear <- function(x, wait = FALSE) {
  check_handler(x)
  x$clear(wait = wait)
}
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.