# required packages
packages <- c("dplyr","plyr","forcats","ggplot2","ggrepel","prob","cowplot","stringr","tidyr", "magrittr", "tibble","fs","purrr","readr","googlesheets4")
versions <- lapply(packages, packageVersion)
for(i in seq_len(length(packages))) {
print(
paste0(
packages[i]," (>= ", versions[[i]][1], "),")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.