Closed chendaniely closed 8 years ago
Yes, a PR for that would be great! On Mon, Mar 21, 2016 at 4:51 PM Daniel Chen notifications@github.com wrote:
Not sure if it would be helpful in the documentation to mention rendering presentations from the console:
rmarkdown::render('my_reveal_presetntaion.Rmd')
and command line:
Rscript -e "rmarkdown::render('my_reveal_presetntaion.Rmd')"
It took me a while to realize what that magical knit button did in rstudio.
I can submit a PR if it is found to be useful.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/rstudio/revealjs/issues/27
Not sure if it would be helpful in the documentation to mention rendering presentations from the console:
and command line:
It took me a while to realize what that magical
knit
button did in rstudio.I can submit a PR if it is found to be useful.