Description Usage Arguments Details Value Author(s)
make_dependency
Creates a string with the Makefile syntax to create a
dependency rule based on a yaml list.
1 | make_dependency(yaml_list)
|
yaml_list |
A yaml list obtained from the yaml header of a Rmd file. |
It evaluates the yaml list to obtain the prerequisites (a parameter starting with "prer") and the targets (a parameter defined with "targ").
A string with the Makefile syntax of the dependency.
Erick A. Chacón-Montalván
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.