cfReadBrewTemplate {batchtools} | R Documentation |
Cluster Functions Helper to Parse a Brew Template
Description
This function is only intended for use in your own cluster functions implementation.
This function is only intended for use in your own cluster functions implementation. Simply reads your template file and returns it as a character vector.
Usage
cfReadBrewTemplate(template, comment.string = NA_character_)
Arguments
template |
[ |
comment.string |
[ |
Value
[character
].
See Also
Other ClusterFunctionsHelper:
cfBrewTemplate()
,
cfHandleUnknownSubmitError()
,
cfKillJob()
,
makeClusterFunctions()
,
makeSubmitJobResult()
,
runOSCommand()
[Package batchtools version 0.9.17 Index]