| rapport.rerun {rapport} | R Documentation |
Runs template with data and arguments included in rapport object. In order to get reproducible example, you have to make sure that reproducible argument is set to TRUE in rapport function.
rapport.rerun(tpl)
tpl |
a |
## Not run:
tmp <- rapport("Example", mtcars, v = "hp", reproducible = TRUE)
rapport.rerun(tmp)
## End(Not run)