z[_-.neptune.new.metadata_containers.run.Run: Assigns the provided value to the field.

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

Assigns the provided value to the field.

Description

Assigns the provided value to the field.

Arguments

x

Neptune Run object

i

string, name of the field to set

value

value which is assigned to field

Value

None

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

## End(Not run)

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