Description Usage Details Value Author(s) Examples
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.
1 |
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.
invisible()
JooYoung Seo, jooyoung@psu.edu
1 2 3 | if(interactive()) {
# Use rmdplate::plate(), then follow the instructions.
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.