Displaying 1 result from an estimated 1 matches for "maxtweets".
2013 Jul 08
0
"error setting certificate" issue in R-studio
...x.se/ca/cacert.pem",
destfile="cacert.pem") with>credential$handshake(cainfo =
system.file("CurlSSL", "cacert.pem", package = "RCurl")) I saw
recommended on Stack Overflow but it didn't fix the issue.
>TweetFrame <- function(searchTerm, maxTweets)?
??? {
????? twtList<-searchTwitter(searchTerm,n=maxTweets)
????? #twtList is involved in ?variable? scoping so it only exists within the?
??????? function?
????? # searchTerm needs to be a string so use "#hashtag"
?
????? twtTempFrame<- do.call("rbind", lapply(twtLis...