Run a dessert recipe on an analysis or data set
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.
Examples
if (FALSE) {
fit <- lm(dist ~ speed, data = cars)
dessert(fit)
}