job_open: Navigate to a job

Description Usage Arguments Details

View source: R/job_open.R

Description

Navigate to a job

Usage

1
job_open(jobname = NULL)

Arguments

jobname

name of job to open

Details

The job_open() function opens a workbch job. The meaning of "open" here depends on context. If there is an RStudio project linked to the job and the RStudio API is available, then job_open() will switch the to the RStudio project that jobname is linked to. If this is not possible an there is a path associated with the job, then job_open() will change the working directory to that path. If neither option is possible then this function does nothing.

Note that when working interactively, job_open() can be called without specfying the jobname. In this case the user will be presented with prompts to select the desired job.


djnavarro/workbch documentation built on April 23, 2020, 9:46 p.m.