R/neptune_append.R

Defines functions neptune_append

Documented in neptune_append

neptune_append <-
  function(x, value, step = NULL, timestamp = NULL, wait = FALSE, ...) {
    check_handler(x)
    value <- process_value(value, ...)
    x$append(value = value, step = step, timestamp = timestamp, wait = wait)
  }

neptune_log <- neptune_append
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.