R/neptune_exists.R

Defines functions neptune_exists

Documented in neptune_exists

neptune_exists <- function(run, path) {
  check_run(run)
  run$exists(path = path)
}
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.