R/neptune_get_run_url.R

Defines functions neptune_get_url

Documented in neptune_get_url

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