I wanted to get the html of search yahoo search result using R code like below. If its google it would be like
siteHTML<-getForm("google.com/search",hl="en",q="keyword",btnG="Search")
In case of yahoo I could find the keyword search tag should be "p" instead of "q". But I cannot find what i shoud put instead of "btnG". It seems like btnG refers to the search button name. I went through the html code of yahoo search but could not find the the search button "name".Without it I cannot get the search result. If anybody knows can you please help me!