Learn R Programming

tfruns (version 0.9.1)

unique_run_dir: Create a unique run directory

Description

Create a new uniquely named run directory within the specified runs_dir.

Usage

unique_run_dir(runs_dir = getOption("tfruns.runs_dir", "runs"))

Arguments

runs_dir

Directory containing runs. Defaults to "runs" beneath the current working directory (or to the value of the tfruns.runs_dir R option if specified).

Details

The directory name will be a timestamp (in GMT time). If a duplicate name is generated then the function will wait long enough to return a unique one.