[R] readHTLMTable help

2012-03-27 Thread Lucas
Hello to everyone. I´m using this function to download some information from a website. This is the URL: http://164.77.222.61/climatologia/php/vientoMaximo8.php?IdEstacion=330007&FechaIni=01-1-1980 If you go to that website you´ll find a table with meteorological information. One column is called "

Re: [R] readHTLMTable help

2012-03-27 Thread Duncan Temple Lang
Hi Lucas The HTML page is formatted by using tables in each of the cells of the top-most table. As a result, the simple table is much more complex. readHTMLTable() is intended for quick and easy tables. For tables such as this, you have to implement more customized processors. doc = htmlParse