README.md

Overview

The kazdoc package includes a set of R Markdown templates that enable authoring of R related publications commonly produced within rstatscon. Available templates include:

Using kazdoc from RStudio

To use kazdoc from RStudio:

1) Install the latest RStudio.

2) Install the kazdoc package:

devtools::install_github("muuankarski/kazdoc")

3) Use the New R Markdown dialog to create an article from one of the templates:

New R Markdown

Using kazdoc outside of RStudio

1) Install pandoc using the instructions for your platform.

2) Install the rmarkdown and kazdoc packages:

devtools::install_github(c("rstudio/rmarkdown", "muuankarski/kazdoc"))

3) Use the rmarkdown::draft function to create articles:

rmarkdown::draft("MyAbstract.Rmd", template = "kaz_plain", package = "kazdoc")


muuankarski/kazdoc documentation built on May 23, 2019, 10:53 a.m.