get_workstation_worker_url.Rd
Retrieve the worker URL for a running DNAnexus workstation session.
get_workstation_worker_url(job_id)
Character string with the job ID of the workstation session
Character string with the worker URL for the workstation session
if (FALSE) { # \dontrun{ # Get URL for a specific job # url <- get_workstation_worker_url("job-1234567890abcdef12345678") } # }