neptune_wait | R Documentation |
Wait for all the tracking calls to finish. In asynchronous connection mode data (default one) is synchronized with the Neptune servers in the background and each call to upload, log etc. is not immediately executed. Wait delays the code execution until all the calls are done.
neptune_wait(run, disk_only=FALSE)
run |
Neptune run object. |
disk_only |
logical - If TRUE the process will only wait for data to be saved locally from memory, but will not wait for them to reach Neptune servers. |
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_wait(run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.