rapport (version 1.0)

rapport.rerun: Reproduce Template

Description

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.

Usage

rapport.rerun(tpl)

Arguments

tpl

a rapport object

Examples

Run this code
# NOT RUN {
tmp <- rapport("Example", mtcars, v = "hp", reproducible = TRUE)
rapport.rerun(tmp)
# }

Run the code above in your browser using DataLab