drake_batchtools_tmpl_file {drake} | R Documentation |
Get a template file for execution on a cluster.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated. Use drake_hpc_template_file()
instead.
Usage
drake_batchtools_tmpl_file(
example = drake::drake_hpc_template_files(),
to = getwd(),
overwrite = FALSE
)
Arguments
example |
Name of template file. |
to |
Character vector, where to write the file. |
overwrite |
Logical, whether to overwrite an existing file of the same name. |
Details
Deprecated on 2018-06-27.
[Package drake version 7.13.11 Index]