R Data Analysis Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Getting ready

Make sure you have downloaded the files for this chapters and the files cd_catalog.xml and WorldPopulation-wiki.htm are in working directory of R. If the XML package is not already installed in your R environment, install the package now, as follows:

> install.packages("XML")