neptune_get_url: Returns a direct link to run in Neptune. It's the same link...

View source: R/neptune_get_run_url.R

neptune_get_urlR 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.

Description

Returns a direct link to run in Neptune. It's the same link that is printed at the moment of initialization of the run.

Usage

  neptune_get_url(run)

Arguments

run

Neptune run object.

Value

character - URL of the run in Neptune

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_API_TOKEN,
                        project = "common-r/quickstarts")
    neptune_get_url(run)
  
## End(Not run)

neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.