Collate interdependent remake/YAML files into a single master remake/YAML file. Files in the "include:" fields will be collated as well. Use the help_parallelRemake function to get more help.

collate_yaml(remakefiles = "remake.yml", collated = paste0("collated_",
  remakefiles[1]))

Arguments

remakefiles
Character vector of the paths to the remake/YAML files to collate.
collated
name of collated remake/YAML file.

Details

Use the help_parallelRemake function to get more help.

See also

help_parallelRemake