R/utils_names.R

Defines functions path_script

path_script <- function(dir, prefix, launcher, worker) {
  file.path(dir, sprintf("%s-%s-%s.sh", prefix, launcher, worker))
}

Try the crew.cluster package in your browser

Any scripts or data that you put into this service are public.

crew.cluster documentation built on April 15, 2025, 1:34 a.m.