标签: rscript
#test2是一个Excel工作表,其中作者包含Twitter用户的屏幕名称
library(twitteR) library(RCurl) library(data.table) testdata <- test2$AUTHOR new <- lookupUsers(testdata) new <- twListToDF(new)