View source: R/batch_constructor.R
build_job_report | R Documentation |
Data structure for job_report: job_id job_order out_files
build_job_report(
job_id = "job_1",
parent_id = "",
child_id = "",
exec_code = "",
job_order = 1,
input_args = "",
out_file_dir = "",
out_files = list(file = "file")
)
job_id |
Job ID |
parent_id |
Task executor ID |
child_id |
Task ID |
exec_code |
Execution code |
job_order |
Job execution order |
out_files |
Output files for job |
input |
Input arguments for job |
out_file_fir |
Output dir for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.