| [<-.neptune.new.metadata_containers.run.Run | R Documentation | 
Assigns the provided value to the field.
x | 
 Neptune Run object  | 
i | 
 string, name of the field to set  | 
value | 
 value which is assigned to field  | 
None
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.