library(xaringanthemer) mono_light( base_color = "midnightblue", header_font_google = google_font("Josefin Sans"), text_font_google = google_font("Montserrat", "500", "500i"), code_font_google = google_font("Droid Mono"), link_color = "#8B1A1A", #firebrick4, "deepskyblue1" text_font_size = "28px", code_font_size = "26px" )
class: center, middle
class: inverse, center, middle
Part 1 with image
.center[ ]
Font size manipulation
--
Incremental part 2 1
.footnote[ [1] Footnote example ]
Something can be written full-width
.pull-left[ Column 1 ]
.pull-right[ Column 2 ]
.can-edit[ - cat - dog ]
.panelset[ .panel[.panel-name[First tab]
Text on the first panel ]
.panel[.panel-name[Second tab]
Text on the second panel ] ]
xaringanExtra::use_xaringan_extra(c("editable", "panelset"))
.bg-washed-green.b--dark-green.ba.bw2.br3.shadow-5.ph4.mt5[ The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code
.tr[ — Hadley Wickham ]]
plot(cars)
# https://github.com/gadenbuie/xaringanExtra library(xaringanExtra) # Make your slides editable xaringanExtra::use_editable(expires = 1)
# To use panelset xaringanExtra::use_panelset()
# To use tachyons xaringanExtra::use_tachyons()
# To add webcam, w, Shift+w xaringanExtra::use_webcam()
# To add copy-to-clipboard xaringanExtra::use_clipboard()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.