R/neptune_upload.R

Defines functions neptune_upload

Documented in neptune_upload

neptune_upload <-
  function(x, value, wait = FALSE, ...) {
    check_handler(x)
    value <- process_value(value, ...)
    x$upload(value = value, wait = wait)
  }
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.