[R] Downloading a html table

Duncan Temple Lang dtemplelang at ucdavis.edu
Tue Oct 23 17:25:46 CEST 2012


Rather than requiring manual tweaking,

library(XML)
readHTMLTable("http://www.worldatlas.com/aatlas/populations/usapoptable.htm")

will do the job for us.

 D.

On 10/22/12 8:17 PM, David Arnold wrote:
> All,
> 
> A friend of mine would like to use this data with his stats class:
> 
> http://www.worldatlas.com/aatlas/populations/usapoptable.htm
> 
> I can't figure a way of capturing this data due to the mysql commands in the
> source code.
> 
> Any thoughts?
> 
> David.
> 
> 
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Downloading-a-html-table-tp4647091.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at 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.
> 
>




More information about the R-help mailing list