I’m new to the twitter package and am trying to geterate a data frame which
is comprised of users who follow me, their location, and number of tweets.
name location tweets
sfih Denver, CO 100
oiho Italy 503
seih Space 205
soei Hell 1
After reading the twitteR documentation, I saw that there are various methods for
getting the user name of followers and getting individual tweets from them. (getUser,
getName, etc) I’m wondering if there is a quick single line command to
get all users that follow me.
Thank You!
Sure, from the twitteR documentation it can be seen that you can easily call those methods for given user. E.g.:
Update: and based on the above you could also easily fetch all required information from all
userclasses with a one-liner, eg.: