Description Usage Arguments Value Author(s) Examples
Build a knowledge graph <tweetgraph_primitive>
.
1 | as_kg_primitive(tweet_df, edge_direction = c("info_flow", "interaction"))
|
tweet_df |
|
edge_direction |
|
<tweetgraph_primitive>
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 7 8 9 10 | ## Not run:
hashtag_rstats <- rtweet::search_tweets("#rstats")
as_kg_primitive(hashtag_rstats)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.