Displaying 1 result from an estimated 1 matches for "dffollow".
2011 Jan 06
0
Problem with package twitteR and converting S4 obj to data frame
...s
I have no clue why works fine with n=10 but for higher values fall over. Any
Suggestions?
Below is my script.
Thanks,
Alberto
library(plyr)
library(twitteR)
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...