-
When I try to search tweets with utf-8 characters in them I get this error:
![image](https://cloud.githubusercontent.com/assets/11545220/24071804/3258dae8-0bdb-11e7-877e-d4b4c1224687.png)
-
```
library("devtools")
#install_github("mkearney/rtweet")
library(rtweet)
## name assigned to created app
appname
-
I'm returning the user friends of my friends.
This function only returns the 15 or so of my friends' results. This gets confusing:
- I have friends a dataframe of 300 people : 'friends'
- I want t…
-
Geoff who maintains TwitteR package mentioned -
"This is the start of a relatively leisurely deprecation period for twitteR, in favor of using rtweet. Please start looking to switch over to that p…
-
When preparing my [blog post](http://www.masalmon.eu/2017/03/19/facesofr/) I used
```r
users
-
The field created_at is NA for all tweets, I tried to pull.
-
I noticed if I'm working in another package that has a token, and I run your `get_tokens()` function, I get my previous tokens rather than my twitter tokens. It seems a bit strange - is this intention…
-
https://github.com/mkearney/rtweet
-
Ahoy,
I have attempted to stream tweets from a geographic area, but when I run the script I believe I'm just getting a random sample of tweets (as if I left the script with q = "").
**Here is wh…
ghost updated
7 years ago
-
running this demo script does not return a dataframe
statuses