powered by
Fetches all values stored in the series from Neptune servers.
neptune_fetch_values(x, include_timestamp=TRUE)
Field
logical - Whether to include the fetched data should include the timestamp field.
data.frame containing all the values and their indexes stored in the series field.
Useful links:
https://neptune.ai/
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
# NOT RUN { # } # NOT RUN { run <- neptune_init(api_token = 'ANONYMOUS', project = "common-r/quickstarts") df <- neptune_fetch_values(run['metrics/auc']) # }
Run the code above in your browser using DataLab