[.neptune.new.metadata_containers.run.Run | R Documentation |
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
x |
Neptune Run object |
i |
string, name of the field to set |
Field
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_API_TOKEN,
project = "common-r/quickstarts")
run['epochs'] <- 100
run['epochs']
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.