powered by
Visualize dependencies defined by a rule or a list of rules
visualize(x, legend = TRUE)
An instance of the S3 rmake.rule class or a list of such objects
rmake.rule
Whether to draw a legend
makefile(), rule()
makefile()
rule()
# NOT RUN { job <- c('data1.csv', 'data2.csv') %>>% rRule('process.R') %>>% 'data.rds' %>>% markdownRule('report.Rmd') %>>% 'report.pdf' # } # NOT RUN { visualize(job) # }
Run the code above in your browser using DataLab