rapport.rerun {rapport}R Documentation

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

## Not run: 
tmp <- rapport("Example", mtcars, v = "hp", reproducible = TRUE)
rapport.rerun(tmp)

## End(Not run)

[Package rapport version 1.1 Index]