R/z[_-.neptune.new.metadata_containers.run.Run.R

Defines functions `[<-.neptune.new.metadata_containers.run.Run`

`[<-.neptune.new.metadata_containers.run.Run` <-
function(x, i, value) {
  if (is.null(value)) {
    reticulate::py_del_item(x = x, name = i)
  } else{
    reticulate::py_set_item(x = x,
                            name = i,
                            value = value)
  }
  x
}

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.