R/neptune_fetch_values.R

Defines functions neptune_fetch_values

Documented in neptune_fetch_values

neptune_fetch_values <- function(x, include_timestamp=TRUE){
  check_handler(x)
  x$fetch_values(include_timestamp=include_timestamp)
}

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.