z[.neptune.new.metadata_containers.run.Run: Field lookup

[.neptune.new.metadata_containers.run.RunR Documentation

Field lookup

Description

Field lookup. You can access any run's field through a named-list-like field lookup run[field_path]. As well as fetch already tracked metadata - fetching parameters when resuming a run or downloading metadata for a custom analysis using functions like neptune_fetch

Arguments

x

Neptune Run object

i

string, name of the field to set

Value

Field

Author(s)

Authors:

See Also

Useful links:

Examples

## Not run: 
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
                    project = "common-r/quickstarts")
run['epochs'] <- 100
run['epochs']

## End(Not run)

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