rstudio / revealjs

R Markdown Format for reveal.js Presentations
Other
327 stars 85 forks source link

Rendering presentation from console/command-line #27

Closed chendaniely closed 8 years ago

chendaniely commented 8 years ago

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.

jjallaire commented 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