R/neptune_log.R

Defines functions neptune_log

Documented in neptune_log

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

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.