Dimitri Szerman-2 wrote: > > Hello, > I was wondering if there is a function in R that imports tables directly > from a HTML document. >
The XML package can do this: http://markmail.org/message/cyicoa3htme4gei2 Duncan Temple Lang: The htmlParse() and htmlTreeParse() functions in the XML package use the non-strict HTML parser in libxml2 and so the HTML document can be malformed. Dieter -- View this message in context: http://www.nabble.com/import-HTML-tables-tp23504282p23517322.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.