[R] How to schedule R to run automatically

2011-12-19 Thread Kenneth Zhang
I'd like to run an R code automatically on Windows 7, say once every 2 hours. Could anyone tell me how to manage it? Thanks in advance! Best regards, Ken [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

[R] Text Mining with Facebook Reviews (XML and FQL)

2011-10-10 Thread Kenneth Zhang
Hello, I am trying to use XML package to download Facebook reviews in the following way: require(XML) mydata.vectors - character(0) Qword - URLencode('#IBM') QUERY - paste('SELECT review_id, message, rating from review where message LIKE %',Qword,'%',sep='') Facebook_url =