Set partition for a resource profile
Usage
partition(profile, value)
Arguments
- profile
A resource profile object
- value
Partition name
Value
Updated profile object
Note
Use res_partition() to avoid naming collisions in user code.
Examples
if (FALSE) { # \dontrun{
partition(job)
} # }