gen_sim_path: Generate paths for simulation runs
Description
![[Experimental]](figures/lifecycle-experimental.svg?package=NMproject&version=0.6.9)
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.