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

Description Usage Arguments Value

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/motus-R-package documentation built on May 18, 2019, 7:03 p.m.