Description Usage Arguments Value Author(s) See Also Examples
Simple merge of tweets with politician data.
1 | merge_pw(tweets, politicians)
|
tweets |
Tweet data frame generated with |
politicians |
Politician data frame generated with |
Tweet data frame with added politician info for each tweet author.
Katya Ognyanova rstats@ognyanova.net
1 2 3 4 5 6 7 8 9 | ## Not run:
tweet.df <- get_pw_tweets(1, 5)
pol.df <- get_pw_pol()
tweet.df <- merge_pw(tweet.df, pol.df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.