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.

Installation

# install.packages("remotes")
remotes::install_github("knapply/hongkongio")

Data

library(hongkongio)
library(dplyr)

hkio_users_df %>% # single data set
  glimpse()

hkio_all_tweets() %>% # combine the 9 `data.table`s of tweets
  glimpse()


knapply/hongkongio documentation built on Nov. 4, 2019, 3:54 p.m.