copyRule | R Documentation |
This rule is for copying a file from one location to another.
The rule executes the following command:
$(CP) depends[1] target
copyRule(target, depends, task = "all")
target |
Target file name to copy the file to |
depends |
name of the file to copy from (only the first element of the vector is used) |
task |
A character vector of parent task names. The mechanism of tasks
allows to group rules. Anything different from |
Instance of S3 class rmake.rule
Michal Burda
rule()
, makefile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.