newSubJob: create and enqueue a new subjob of an existing job

Description Usage Arguments Value

View source: R/newSubJob.R

Description

The subjob gets the existing job as parent, and will be of the same type. The subjob's folder is created inside the parent's folder.

Usage

1
newSubJob(.j, .type, .makeFolder = FALSE, ...)

Arguments

.j

existing job

.type

character scalar of type of subjob

.makeFolder

should a folder be created for this job? If TRUE, a folder is created inside .j$path, and the new sub job's path is set to that. Default: FALSE, meaning the new sub job's path is set to .j$path.

...

additional named metadata for this job

Value

A Twig (see


jbrzusto/motusServer documentation built on May 19, 2019, 8:19 a.m.