View source: R/neptune_get_run_url.R
neptune_get_url | R Documentation |
Returns a direct link to run in Neptune. It's the same link that is printed at the moment of initialization of the run.
neptune_get_url(run)
run |
Neptune run object. |
character - URL of the run in Neptune
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")
neptune_get_url(run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.