Learn R Programming

neptune (version 0.2.3)

neptune_get_run_url: 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_run_url(run)

Arguments

run

Neptune run object.

Value

character - URL of the run in Neptune

See Also

Useful links:

Examples

Run this code
# NOT RUN {
  
# }
# 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_get_run_url(run)
  
# }

Run the code above in your browser using DataLab