R/neptune_track_files.R

Defines functions neptune_track_files

Documented in neptune_track_files

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