How to make slides in RStudio

As an audience of a seminar, it is difficut to follow presentation when screen is scrolling down that happens in regular websites. Esay convertion from RMarkdown to slides are described in Rmarkdown book. To make slides for presentation of your RMarkdown documents, xarigan package developed by Yihui Xie is a powerful tool. Please find a demo presentation. Alternative method is using Rpresentation or isoslides (see details in the Rmarkdown book). Detailed explanation of xarigan package is found in the same book.

To emberd slides in a blog

I needed to learn how to embed slides in my blog (see Tim Mastny’s blog).

Embedded sample slide found in RStudio

knitr::include_url('https://knozue.github.io/slides/Nija_presentation.html')

My first trial with some CSS

knitr::include_url('https://knozue.github.io/slides/Slide_with_Xarigan.html')

Let’s enjoy xarigan.!