neptune_stop: Stop neptune run.

View source: R/neptune_stop.R

neptune_stopR Documentation

Stop neptune run.

Description

Stop neptune run.

Usage

  neptune_stop(run, seconds=NULL)

Arguments

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.

Value

None

Author(s)

Authors:

See Also

Useful links:

Examples

## 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")
neptune_stop(run)

## End(Not run)

neptune documentation built on April 13, 2022, 5:14 p.m.