neptune_stop | R Documentation |
Stop neptune run.
neptune_stop(run, seconds=NULL)
run |
Neptune run object. |
seconds |
(integer or numeric, optional, default is NULL) - The method will wait for the specified time for all tracking calls to finish, before stopping the connection. If NULL will wait for all tracking calls to finish. |
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_API_TOKEN,
project = "common-r/quickstarts")
neptune_stop(run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.