job_glimpse: View the information stored about a job

Description Usage Arguments Details Value

View source: R/job_glimpse.R

Description

View the information stored about a job

Usage

1
job_glimpse(jobname = NULL)

Arguments

jobname

Name of the job to show (defaults to the current job)

Details

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.

Value

Invisibly returns the job as a list


djnavarro/projectr documentation built on April 30, 2020, 6:49 a.m.