Run all control files in a folder

run_ctrl_folder(ctrl_folder, reps = 1, cores = 1)

Arguments

ctrl_folder

the location of the folder containing the control files

reps

the number of reps per control file

cores

the number of cores. Set to greater than 1 to run in parallel

Examples

if (FALSE) { run_ctrl_folder("my_control_files", cores = 6) }