View the information stored about a job
job_glimpse(jobname = NULL)
jobname | Name of the job to show (defaults to the current job) |
---|
Invisibly returns the job as a list
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.