Skip to content

news-r/nethoser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages