knitr::opts_chunk$set( # collapse = TRUE, fig.align = "center", comment = "#>", fig.path = "man/figures/" )
{hongkongio}
This package contain the data of an information operation targeting the situation in Hong Kong. The data are described here: Information operations directed at Hong Kong.
# install.packages("remotes") remotes::install_github("knapply/hongkongio")
library(hongkongio) library(dplyr) hkio_users_df %>% # single data set glimpse() hkio_all_tweets() %>% # combine the 9 `data.table`s of tweets glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.