View source: R/neptune_fetch_last.R
neptune_fetch_last | R Documentation |
Fetches last value stored in the series from Neptune servers.
neptune_fetch_last(x)
x |
Field |
Last float value logged.
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
## Not run:
run <- neptune_init(api_token = ANONYMOUS_API_TOKEN,
project = "common-r/quickstarts")
last_auc_value <- neptune_fetch_last(run['metrics/auc'])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.