Displaying 1 result from an estimated 1 matches for "tp22862641p22863816".
2009 Apr 03
2
extract tables as data.frames from HTML source
Hi,
I wonder whether there is any convenient function (or package) to
extract tables from a HTML page? e.g. from
http://www.google.com/finance/historical?q=SHE:002251
I know we can readLines('URL'), gsub('<td>...', '...', source), ...
and at last get the numbers; I'm writing to ask whether someone has
already contributed a more general function (with the package