Learn R Programming

NMproject (version 0.6.9)

gen_sim_path: Generate paths for simulation runs

Description

[Experimental]

Internal function to create nested directory structure paths.

Usage

gen_sim_path(dsc, start_dir, include_names = TRUE)

Value

A vector of paths concatenating the columns of dsc.

Arguments

dsc

A tibble with experimental factors to vary.

start_dir

Directory name within which all runs should take place.

include_names

Logical (default = TRUE). Should names be included.