neptune_fetch_last {neptune} | R Documentation |
Fetches last value stored in the series from Neptune servers.
Description
Fetches last value stored in the series from Neptune servers.
Usage
neptune_fetch_last(x)
Arguments
x |
Field |
Value
Last float value logged.
Author(s)
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
See Also
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
Examples
## Not run:
run <- neptune_init(api_token = 'ANONYMOUS',
project = "common-r/quickstarts")
last_auc_value <- neptune_fetch_last(run['metrics/auc'])
## End(Not run)
[Package neptune version 0.2.3 Index]