Making Extra Great Slides
With xaringan, xaringanthemer, and xaringanExtra
March 10, 2021
Date
March 10, 2021
Time
12:00 AM
Location
Virtual Presentation
Event
Abstract #
The xaringan package by YiHui Xie lets R users and R Markdown authors easily blend data, text, plots and htmlwidgets into beautiful HTML presentations that look great on the web, in print, and on screens.
In addition to demonstrating how to go from R Markdown to web-based slides with xaringan, in this talk I’ll show you how to completely customize the appearance of your slides with xaringanthemer, a package that lets you quickly create a complete slide theme from only a few color choices.
Then we’ll go beyond appearances with a variety of addins and extensions from the xaringanExtra package, including: a tiled slide overview, editable slides, embedded webcam videos, tabbed panels, extra styles, shareable and embeddable slides, animations, and real time slide broadcasting.
Packages #
# On CRAN
install.packages("xaringan")
install.packages("xaringanthemer")
install.packages("metathis")
# From GitHub
# install.packages("remotes")
remotes::install_github("gadenbuie/xaringanExtra")
remotes::install_github("jhelvy/xaringanBuilder")
remotes::install_github("gadenbuie/countdown")