neptune_fetch_values {neptune} | R Documentation |
Fetches all values stored in the series from Neptune servers.
Description
Fetches all values stored in the series from Neptune servers.
Usage
neptune_fetch_values(x, include_timestamp=TRUE)
Arguments
x |
Field |
include_timestamp |
logical - Whether to include the fetched data should include the timestamp field. |
Value
data.frame containing all the values and their indexes stored in the series field.
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")
df <- neptune_fetch_values(run['metrics/auc'])
## End(Not run)
[Package neptune version 0.2.3 Index]