Hello, what's the most efficient way of using R to automate a data
collection task i have:
-Login into a web site using my ID and PWD
-submit a query within the site using the search form after login
-extract the result of the search data into R so i can cleanse and use
for analysis
kind of like a web scraping task, but like to do this in R. I checked
out RCurl, this seems very low level?
This leads to using R to perform mashups of various sites for data
analysis.
-zubin
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.