Learn R Programming

neptune (version 0.2.3)

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

See Also

Useful links:

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    run <- neptune_init(api_token = 'ANONYMOUS',
                        project = "common-r/quickstarts")
    last_auc_value <- neptune_fetch_last(run['metrics/auc'])
  
# }

Run the code above in your browser using DataLab