Have you ever tried slido or
Mentimeter? So you know how useful it is having audience interactive slides for teaching or conferences. But,
you also love using your xaringan
slides.
Now, thanks to interactingan
, it is possible to incorporate
interactive objects into your xaringan
presentations!
(It can also be used with any other RMarkdown document that returns html results)
interactingan
is currently only available as a GitHub package.
To install it run the following from an R console:
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("jcrodriguez1989/interactingan", dependencies = TRUE)
In RStudio click on File > New File > R Markdown… > From Template
Select Interactive Ninja Presentation and press OK.
This will open an interactingan
presentation template, if you have
already configured your rsconnect
account,
then this template is ready to get Knitted.