random_job_name: Generate a random job name

View source: R/utils.R

random_job_nameR 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()

slurmR documentation built on Aug. 30, 2023, 5:06 p.m.