Interactively visualize a graph of twitter data
plot_vis_net(tweet_graph)
tweet_graph |
|
---|
igraph
if (FALSE) { hashtag_rstats <- rtweet::search_tweets("#rstats") hashtag_rstats %>% as_knowledge_graph() %>% plot_vis_net() hashtag_rstats %>% as_social_network() %>% plot_vis_net() }