setJobNames {BatchJobs}R Documentation

Set job names.

Description

Set job names.

Usage

setJobNames(reg, ids, jobnames)

Arguments

reg

[Registry]
Registry.

ids

[integer]
Ids of jobs. Default is all jobs.

jobnames

[character]
Character vector with length equal to length(ids). NA removes the names stored in the registry. A single NA is replicated to match the length of ids provided.

Value

Named vector of job ids.


[Package BatchJobs version 1.9 Index]