Skip to content

ShotaOchi/rmd_preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

rmd_preview

License: MIT

About

rmd_preview is a shiny application that enables us to preview rmarkdown.

Usage

Run the following R code to use rmd_preview.

shiny::runGitHub("ShotaOchi/rmd_preview")

Note that rmd_preview requires rmarkdown package, shiny package, and callr package.

install.packages(c("callr", "rmarkdown", "shiny"))

Motivation

We can preview rmarkdown with RStudio.

However, it's a bother to install RStudio just to preview rmarkdown.

That's why I made rmd_preview.

About

a shiny application for preview of rmarkdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages