readHTMLTable
but read the contents of
lists in an HTML document.
We can specify the URL of the document or
an already parsed document or an individual node within the document.
readHTMLList(doc, trim = TRUE, elFun = xmlValue, which = integer(), ...)
li
).
This provides an opportunity to customize how each node is processed,
for example accessing attributes on the list item or on its contents
such as links in the items.htmlParse
and for the specific methods.which
as a single
identifier), that is returned as is.
readHTMLTable
readHTMLList("http://www.omegahat.net")
Run the code above in your browser using DataLab