Skip to contents

Retrieve the worker URL for a running DNAnexus workstation session.

Usage

get_workstation_worker_url(job_id)

Arguments

job_id

Character string with the job ID of the workstation session

Value

Character string with the worker URL for the workstation session

Examples

if (FALSE) { # \dontrun{
# Get URL for a specific job
# url <- get_workstation_worker_url("job-1234567890abcdef12345678")
} # }