Description Usage Arguments Details
Navigate to a job
1 |
jobname |
name of job to open |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.