View source: R/job_tracking_functions.R
add_tracked_job_parent | R Documentation |
Add parent/child id relationship to tracking database
add_tracked_job_parent(sqlite_db = NULL, job_id = NULL, parent_job_id = NULL)
sqlite_db |
Path to SQLite database used for tracking |
job_id |
Job id of job for which to add a parent |
parent_job_id |
Job id of the parent job to job_id |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.