R/neptune_delete_files.R

Defines functions neptune_delete_files

Documented in neptune_delete_files

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