checkIds {BatchJobs} | R Documentation |
Check job ids.
Description
Simply checks if probided vector of job ids is valid and throws an error if something is odd.
Usage
checkIds(reg, ids, check.present = TRUE, len = NULL)
Arguments
reg |
[ |
ids |
[ |
check.present |
[ |
len |
[ |
Value
Invisibly returns the vector of ids, converted to integer.
[Package BatchJobs version 1.9 Index]