R/neptune_pop.R

Defines functions neptune_pop

Documented in neptune_pop

neptune_pop <- function(run, path, wait=TRUE) {
  check_run(run)
  run$pop(path=path, 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.