Skip to content

RMarkdown template for documenting the CRISP-DM process

Notifications You must be signed in to change notification settings

gonzalezgouveia/rmddm

 
 

Repository files navigation

rmddm

Build Status AppVeyor Build Status codecov

Overview

rmddm provides Rmarkdown templates for use in data mining, specifically those projects following the CRISP-DM process. The package is based on the rticles package.

Installation

Installing rmddm from github with:

# install.packages("devtools")
devtools::install_github("wdavis12/rmddm")

Example

Creating an RMarkdown template with the CRISP-DM structure:

library(rmarkdown)
draft("MyReport.Rmd", template = "crispdm_report", package = "rmddm", edit=FALSE)

About

RMarkdown template for documenting the CRISP-DM process

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%