xaringanExtra
Extra Special xaringan Presentations
By Garrick Aden-Buie
March 1, 2021
xaringanExtra is a playground of enhancements and extensions for xaringan slides.
Installation
xaringanExtra isn’t on CRAN. You can install the development version of xaringanExtra from r-universe/gadenbuie or GitHub.
options(repos = c(
gadenbuie = "https://gadenbuie.r-universe.dev",
getOption("repos")
))
install.packages("xaringanExtra")
# install.packages("remotes")
remotes::install_github("gadenbuie/xaringanExtra")
Features
There’s an incredibly long list of features and extensions that xaringanExtra provides:
- Add an overview of your presentation with tile view
- Make your slides editable
- Share your slides in style with share again
- Broadcast your slides in real time to viewers with broadcast
- Scribble on your slides during your presentation with scribble
- Announce slide changes with a subtle tone
- Animate slide transitions with animate.css
- Add tabbed panels to slides with panelset
- Add a logo to all of your slides with logo
- Add a search box to search through your slides with search
- Use the Tachyons CSS utility toolkit
- Add a live video feed of your webcam
- Add one-click code copying with clipboard
- Always play gifs from the start with freezeframe
- Fit your slides to fill the browser window
- Add extra CSS styles