cfReadBrewTemplate: Cluster functions helper: Read in your brew template file.

View source: R/clusterFunctionsHelpers.R

cfReadBrewTemplateR Documentation

Cluster functions helper: Read in your brew template file.

Description

This function is only intended for use in your own cluster functions implementation.

Simply reads your template and returns it as a character vector. If you do this in the constructor of your cluster functions once, you can avoid this repeated file access later on.

Usage

cfReadBrewTemplate(template.file)

Arguments

template.file

[character(1)]
File path.

Value

[character].


tudo-r/BatchJobs documentation built on April 3, 2022, 3:28 a.m.