From the course: Creating Reports and Presentations with R Markdown and RStudio

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Publishing with RPubs.com

Publishing with RPubs.com - RStudio Tutorial

From the course: Creating Reports and Presentations with R Markdown and RStudio

Start my 1-month free trial

Publishing with RPubs.com

- [Instructor] You can publish the reports and presentation that you built with R Markdown anywhere online that you can host HTML. It's important to note that the R code in your R Markdown documents is only run when the HTML documents are generated, so it won't update in the future. If you're interested in building web applications that run arbitrary R code, you want to look at Shiny. There are courses in Shiny in our library. RPubs is a free-to-use publishing platform built by Rstudio. It allows you to publish both HTML reports and presentations directly from Rstudio to the web. GitHub pages is also a really great platform for publishing HTML files for free. However, it does requires some knowledge of Git. Once you've got to grip with GitHub pages, you might be interested in looking at the blogdown package that allows you to be able to fully featured blog using R and GitHub.

Contents