+ - 0:00:00
Notes for current slide
Notes for next slide

Presentation Ninja


with xaringan

Yihui Xie

RStudio, Inc.

2016/12/12 (updated: 2019-10-28)

1 / 8
2 / 8

use_theme!

use_theme = function(theme = "tcgriffith/xaringan_theme_example", ref =
"master") {
bn = basename(theme)
builtin_css = xaringan:::list_css()
builtin_theme = names(builtin_css)
if (theme %in% builtin_theme) {
css_local = builtin_css[theme]
} else{
css_remote = sprintf("https://raw.githubusercontent.com/%s/%s/%s.css",
theme,
ref,
bn)
xfun::download_file(css_remote)
css_local = basename(css_remote)
}
htmltools::includeCSS(css_local)
}
use_theme('fc')
3 / 8
4 / 8

Image credit: Wikimedia Commons

xaringan

/ʃaː.'riŋ.ɡan/

5 / 8

I am red!

6 / 8

I am bisque!

7 / 8

I am blue,

if it's not blue, you are using an old version of the theme!

the init version doesn't have blue!

8 / 8
2 / 8
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow