Convert run ID values to run names
Arguments
- run_ids
Integer vector with the run IDs
- id_max
Largest value for run IDs (defines the number of leading zeros)
Examples
if (FALSE) {
run_sel <- c(1,36, 598, 2311)
id_to_run(run_sel)
}
Convert run ID values to run names
Integer vector with the run IDs
Largest value for run IDs (defines the number of leading zeros)
if (FALSE) {
run_sel <- c(1,36, 598, 2311)
id_to_run(run_sel)
}