View source: R/visualizeRules.R
| visualizeRules | R Documentation |
Visualize dependencies defined by a rule or a list of rules
visualizeRules(x, legend = TRUE)
x |
An instance of the S3 |
legend |
Whether to draw a legend |
Michal Burda
makefile(), rule()
job <- c('data1.csv', 'data2.csv') %>>%
rRule('process.R') %>>%
'data.rds' %>>%
markdownRule('report.Rmd') %>>%
'report.pdf'
## Not run:
visualizeRules(job)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.