| random_job_name {slurmR} | R Documentation |
Generate a random job name
Description
Generate a random job name
Usage
random_job_name()
Value
A character scalar that can be used as job. All names will start with
the prefix slurmr-job- and then some random string. This is a wrapper of
the function tempfile() and uses as tmpdir argument
opts_slurmR$get_tmp_path().
Examples
random_job_name()
[Package slurmR version 0.5-4 Index]