neptune_fetch_values: Fetches all values stored in the series from Neptune servers.

View source: R/neptune_fetch_values.R

neptune_fetch_valuesR 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:

See Also

Useful links:

Examples

  ## Not run: 
    run <- neptune_init(api_token = 'ANONYMOUS',
                        project = "common-r/quickstarts")
    df <- neptune_fetch_values(run['metrics/auc'])
  
## End(Not run)

neptune documentation built on April 13, 2022, 5:14 p.m.