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

View source: R/newSubJob.R

newSubJobR Documentation

create and enqueue a new subjob of an existing job

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

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


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.