neptune_extend <-
function(x, values, steps = NULL, timestamps = NULL, wait = FALSE, ...) {
check_handler(x)
values <- sapply(values, function(value) process_value(value, ...))
x$extend(
values = values,
steps = steps,
timestamps = timestamps,
wait = wait
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.