Displaying 1 result from an estimated 1 matches for "statusescount".
2011 Jan 06
0
Problem with package twitteR and converting S4 obj to data frame
...getuser <- getUser('altons')
count <- 50
UserFollowers <-userFollowers(getuser, n=count, session = getCurlHandle())
dffollow <- ldply(userFollowers(getuser, n=count, session =
getCurlHandle()), 
              function(x) c(screenName=x at screenName
					,name=x at name
					,statusesCount =x at statusesCount
					,followersCount=x at followersCount
					,friendsCount=x at friendsCount
					,TwitterBirth=x at created
					,description=x at description
					,location=x at location)
                          )
-- 
View this message in context: http://r.789695.n4.nabble.com/Problem-with...