Learn R Programming

neptune (version 0.2.3)

neptune_fetch_values: 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.

See Also

Useful links:

Examples

Run this code
# 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