Interactively visualize a graph of twitter data

plot_vis_net(tweet_graph)

Arguments

tweet_graph
  • Currently objects obtained via as_knowledge_graph() and as_social_network()

Value

igraph

Examples

if (FALSE) { hashtag_rstats <- rtweet::search_tweets("#rstats") hashtag_rstats %>% as_knowledge_graph() %>% plot_vis_net() hashtag_rstats %>% as_social_network() %>% plot_vis_net() }