Displaying 1 result from an estimated 1 matches for "listhourvalu".
Did you mean:
listhourvalues
2012 Jun 01
1
Help with this web scrape function
...Function(pageForms[[1]])
retSubmit = fun('ctl00$MainContent$GasQuality' = "H",
'ctl00$MainContent$PointList' = "H071", 'ctl00$MainContent$PointType' =
"EN", 'ctl00$MainContent$Publishers' = "HourValues",
'ctl00$MainContent$ListHourValues' = "-1",
'ctl00_MainContent_webDatePickerFrom_input' = "01.06.2012",
'ctl00_MainContent_webDatePickerTo_input' = "01.06.2012")
retPage = htmlTreeParse(retSubmit, asText = TRUE)
retPage
This is how far I get: All HTML Forms are being selected co...