Description Usage Arguments Value Author(s) Examples
Interactively visualize a graph of twitter data
1 | plot_vis_net(tweet_graph)
|
tweet_graph |
|
igraph
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
hashtag_rstats <- rtweet::search_tweets("#rstats")
hashtag_rstats %>%
as_knowledge_graph() %>%
plot_vis_net()
hashtag_rstats %>%
as_social_network() %>%
plot_vis_net()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.