View source: R/batchtools_config_template.R
findTemplateFile | R Documentation |
Find a config file from batchtools or default file from pulsar
findTemplateFile(name)
name |
name of default template or path to template file. |
See the batchtools functions batchtools::findTemplateFile
, batchtools::makeClusterFunctionsTORQUE
, batchtools::makeClusterFunctionsSGE
, etc, to employ batchtools' default lookup scheme for template files. Supply the output of this function to the template
argument to override batchtools' default.
In this case we look for "[name].tmpl" in the pulsar installation directory in the subfolder "templates".
findConfFile
## Not run:
cluster.functions = batchtools::makeClusterFunctionsTORQUE(
template=pulsar::findTemplateFile('simpletorque'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.