library(fontawesome) library(xaringanExtra) knitr::opts_chunk$set(echo = F) col_icon <- "#00f"
library(metathis) meta() %>% meta_general( description = "Title", generator = "Rmadkown + pandoc" ) %>% meta_name("github-repo" = "petrbouchal/xxx") %>% meta_social( title = "Efektivní a přehledná práce s daty v prostředí jazyka R", url = "https://petrbouchal.xyz/xxx", image = "https://petrbouchal.xyz/xxx/slides/twitter_card.png", image_alt = "Social Alt", og_type = "website", og_locale = "cs_CZ", og_author = "Petr Bouchal", twitter_card_type = "summary_large_image", twitter_creator = "@petrbouchal" ) %>% write_meta("meta.html")
Subtitle
Text text text
Text
# embed_xaringan("slides/index.html", border = "none")
r fa("clock", fill = col_icon)
v přípravěAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.