visualize: Visualize dependencies defined by a rule or a list of rules

Description Usage Arguments Author(s) See Also Examples

View source: R/visualize.R

Description

Visualize dependencies defined by a rule or a list of rules

Usage

1

Arguments

x

An instance of the S3 rmake.rule class or a list of such objects

legend

Whether to draw a legend

Author(s)

Michal Burda

See Also

makefile(), rule()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
job <- c('data1.csv', 'data2.csv') %>>%
  rRule('process.R') %>>%
  'data.rds' %>>%
  markdownRule('report.Rmd') %>>%
  'report.pdf'

## Not run: 
visualize(job)

## End(Not run)

Example output

Registered S3 method overwritten by 'pryr':
  method      from
  print.bytes Rcpp

rmake documentation built on May 1, 2019, 10:37 p.m.