crispdm_report: CRISP-DM Report

Description Usage Arguments Value See Also Examples

View source: R/crispdm_report.R

Description

Format for creating a CRISP-DM report. Adapted from https://www.the-modeling-agency.com/crisp-dm.pdf.

Usage

1
2
crispdm_report(file, language = c("en", "es"), edit = FALSE,
  create_dir = FALSE)

Arguments

file

File name for the draft

language

Language in which to generate the template.

edit

TRUE to edit the template immediately

create_dir

TRUE to create a new directory for the document (the "default" setting leaves this behavior up to the creator of the template).

Value

R Markdown output format to pass to render

See Also

draft, render

Examples

1
2
3
4
5
## Not run: 
library(rmarkdown)
crispdm_report(name = "MyReport.Rmd",edit=TRUE,create_dir = FALSE)

## End(Not run)

wdavis12/rmddm documentation built on July 26, 2019, 8:11 a.m.