R/neptune_get_run_url.R

Defines functions neptune_get_run_url

Documented in neptune_get_run_url

neptune_get_run_url <- function(run) {
  check_run(run)
  run$get_run_url()
}

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.