interactingan
: Interactive Presentation NinjaHave 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)
interactingan
presentationIn 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.