Description Usage Arguments Details Value
View the information stored about a job
1 | job_glimpse(jobname = NULL)
|
jobname |
Name of the job to show (defaults to the current job) |
The job_glimpse()
function displays parameter values for the
job specified in the jobname
argument. If no argument is specified
job_glimpse()
will attempt to guess the "current" job by looking at
any open RStudio projects. If no project is open (or the RStudio API is not
available) it attempts to guess by looking at the working directory. The
output is presented to the user as a message.
Invisibly returns the job as a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.