knitr::opts_chunk$set(echo = F, eval = T, warning = F, out.width = "90%", fig.showtext = T, message = F) knitr::opts_knit$set() library(stringr) library(dplyr) library(ggplot2) library(czso) # library(CzechData) library(lubridate) library(ragg) library(ptrr) library(scales) library(fontawesome) library(tidyverse) Sys.setlocale("LC_TIME", "cs_CZ.UTF-8") ptrr::set_geom_defaults()
ptrr::register_plexsans() ptrr::register_plexsans_condensed()
library(metathis) meta() %>% meta_description( "Description" ) %>% meta_name("github-repo" = "petrbouchal/...") %>% meta_viewport() %>% meta_social( title = "Social title", url = "https://petrbouchal.xyz/.../", image = "https://petrbouchal.xyz/.../twitter_card_large.png", image_alt = "Image alt", og_type = "website", og_author = c("Petr Bouchal"), twitter_card_type = "summary_large_image", twitter_creator = "@petrbouchal" )
Text
Last built on r format(lubridate::now("CET"), "%Y-%m-%d %H:%M %Z")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.