Networks for webhoser.
Build various graphs from webhoser data. Connect entities to one another, or to media outlets, and more.
# install.packages(remotes)
remotes::install_github("news-r/nethoser")
library(nethoser)
data("webhoser")
# make network
webhoser %>%
net_con(thread.site, entities.persons) %>%
net_vis()
See the website for examples.