sagarnikam123
2012-Feb-08 06:17 UTC
[R] which R package is used for browsing web pages through coding
Perl has Mechanize module which browse web pages through programming(coding),creates queries & retrives data through it which R package support web browsing through programming -- View this message in context: http://r.789695.n4.nabble.com/which-R-package-is-used-for-browsing-web-pages-through-coding-tp4368349p4368349.html Sent from the R help mailing list archive at Nabble.com.
R. Michael Weylandt
2012-Feb-08 06:51 UTC
[R] which R package is used for browsing web pages through coding
Perhaps RCurl (or XML depending on how the data is stored): take a look at the omegahat website Michael On Wed, Feb 8, 2012 at 1:17 AM, sagarnikam123 <sagarnikam123 at gmail.com> wrote:> Perl has Mechanize module which browse web pages through > programming(coding),creates queries & retrives data through it > > which R package support web browsing through programming > > -- > View this message in context: http://r.789695.n4.nabble.com/which-R-package-is-used-for-browsing-web-pages-through-coding-tp4368349p4368349.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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.
sagarnikam123
2012-Feb-09 13:51 UTC
[R] which R package is used for browsing web pages through coding
i know RCurl pakage to retrieve web content,it has limited use, i want interactive package like (in perl--->Mechanize, In java--->Watij,Prowser,HTMLunit,HTTPunit, in Ruby---->Watir ,etc) this modules/packages opens appropriate browser,which can create queries,retrieves output, clicks buttons, fill up form automatically,searches keyword in search engine, Downloads many items from internet All this is by coding .... if find ,kindly give me sample examples(codes) at list two/five if not found,give me RCurl's sample codes starting from how to import library to closing browser, with explanation for each line of code -- View this message in context: http://r.789695.n4.nabble.com/which-R-package-is-used-for-browsing-web-pages-through-coding-tp4372888p4372888.html Sent from the R help mailing list archive at Nabble.com.