sagarnikam123
2012-Feb-10 10:54 UTC
[Rd] 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-tp4375909p4375909.html Sent from the R devel mailing list archive at Nabble.com.
Jeffrey Ryan
2012-Feb-15 15:59 UTC
[Rd] which R package is used for browsing web pages through coding
Probably not R-devel, more likely R-help or google. Why not just use the 6+ solutions you have outlined and use R for what R is good at? Jeff On Fri, Feb 10, 2012 at 4:54 AM, sagarnikam123 <sagarnikam123 at gmail.com> wrote:> 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-tp4375909p4375909.html > Sent from the R devel mailing list archive at Nabble.com. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel-- Jeffrey Ryan jeffrey.ryan at lemnica.com www.lemnica.com www.esotericR.com R/Finance 2012: Applied Finance with R www.RinFinance.com See you in Chicago!!!!
Possibly Parallel Threads
- which R package is used for browsing web pages through coding
- Selenium/Watir usage along side Webrat in story testing
- how to append element at last position in array dynamically
- how to avoid writing index in write.table command
- Is it there any std pattern in R which show same representation style of ppt found on net