Skip to contents

Run a dessert recipe on an analysis or data set

Usage

dessert(data, output_format = NULL, output_dir = NULL)

Arguments

data

The input data set or fit object to call dessert on.

output_format

The R markdown output format parsed to `rmarkdown`.

output_dir

The output directory for the rendered output files.

Value

A reproducible standard publication archive

Examples

if (FALSE) {
fit <- lm(dist ~ speed, data = cars)
dessert(fit)
}