Build a knowledge graph <tweetgraph_primitive>.

as_kg_primitive(tweet_df, edge_direction = c("info_flow", "interaction"))

Arguments

tweet_df
  • data.frame

edge_direction

Value

<tweetgraph_primitive>

Examples

if (FALSE) { hashtag_rstats <- rtweet::search_tweets("#rstats") as_kg_primitive(hashtag_rstats) }