Learn R Programming

slurmR (version 0.5-4)

random_job_name: Generate a random job name

Description

Generate a random job name

Usage

random_job_name()

Arguments

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

Run this code
random_job_name()

Run the code above in your browser using DataLab