README.md

nethoser

lifecycle

Networks for webhoser.

Build various graphs from webhoser data. Connect entities to one another, or to media outlets, and more.

Installation

# install.packages(remotes)
remotes::install_github("news-r/nethoser")

Examples

library(nethoser)

data("webhoser")

# make network
webhoser %>%
  net_con(thread.site, entities.persons) %>% 
  net_vis()

See the website for examples.



JohnCoene/nethoser documentation built on June 13, 2019, 8:33 a.m.