The purpose is personal usage. Built from Ricardo Bion’s code for ggtech package and inspiration from hrbrmstr/hrbthemes and gadenbuie/xaringanthemer.
Development version from GitHub with:
# install.packages("devtools")
devtools::install_github("JohanSalomonssonSV/JSthemes")
This is a basic example which shows you how to solve a common problem:
library(tidyverse)
#> -- Attaching packages --------------------------------------- tidyverse 1.3.1 --
#> v ggplot2 3.3.3 v purrr 0.3.4
#> v tibble 3.1.1 v dplyr 1.0.5
#> v tidyr 1.1.3 v stringr 1.4.0
#> v readr 1.4.0 v forcats 0.5.1
#> -- Conflicts ------------------------------------------ tidyverse_conflicts() --
#> x dplyr::filter() masks stats::filter()
#> x dplyr::lag() masks stats::lag()
library(JSthemes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.