list_template_dirs: Interactively choose, knit, and show R Markdown Drafts.

Description Usage Details Value Author(s) Examples

View source: R/plate.R

Description

This function provides non-RStudio users with alternative methods to interactively choose Rmd templates based upon already-existing packages on system, help users edit their Rmd drafts in a preferable text editor, quickly knit it and show the results simultaneously.

Usage

1

Details

plate

You can use this function to conveniently draft your R Markdown documents based on other templates provided by the available packages installed on your system.

Value

invisible()

Author(s)

JooYoung Seo, jooyoung@psu.edu

Examples

1
2
3
if(interactive()) {
# Use rmdplate::plate(), then follow the instructions.
}

jooyoungseo/rmdplate documentation built on Dec. 16, 2019, 12:43 a.m.