R/neptune_fetch_runs_table.R

Defines functions neptune_fetch_runs_table

Documented in neptune_fetch_runs_table

neptune_fetch_runs_table <- function(project,
                               id=NULL,
                               state=NULL,
                               owner=NULL,
                               tag=NULL) {
  get_neptune()$get_project(project)$fetch_runs_table(id=id,
                                                      state=state,
                                                      owner=owner,
                                                      tag=tag)$to_pandas()
}

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.