# Twitter
library("clamour")
library("rtweet")
# Data manipulation
library("dplyr")
library("tidyr")
library("lubridate")
library("forcats")
library("purrr")
library("stringr")
# Networks
library("igraph")
# Text analysis
library("tidytext")
library("topicmodels")
# Visualisation
library("ggplot2")
library("ggrepel")
library("ggraph")
library("wordcloud")
library("viridis")
# Images
library("webshot")
library("magick")
# Presentation
library("knitr")
# Stop kableExtra automatically setting format = "HTML"
options(kableExtra.auto_format = FALSE)
library("kableExtra")
# File paths
library("here")
library("fs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.