View source: R/job_tracking_functions.R
get_tracked_job_status | R Documentation |
Query job status in tracking SQLite database
get_tracked_job_status(
job_id = NULL,
return_children = FALSE,
return_parent = FALSE,
sqlite_db
)
job_id |
The job id for which to retreive the status |
return_children |
Return child jobs of this job |
return_parent |
Return parent jobs of this job |
sqlite_db |
Character string of sqlite database |
An R data.frame version of the tracking database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.