Today, i try to install a package in R named 'DOBDC', while i meet a message: > install.packages('RODBC') package ‘RODBC’ is available as a source package but not as a binary 警告信息:package ‘RODBC’ is not available (for R version 3.1.2) Then, i opened…
The time i have tried to install the package named 'PODBC' and it worked. But now i meet a problem with package named 'pmg' again. > install.packages('pmg',dep=T) package ‘pmg’ is available as a source package but not as a binary I choose 'package &am…
In the last years a lot of data has been released publicly in different formats, but sometimes the data we're interested in are still inside the HTML of a web page: let's see how to get those data. One of the existing packages for doing this job is t…
It has been possible for some years to launch a web map from within R. A number of packages for doing this are available, including: RgoogleMaps, an interface to the Google Maps api leafletR, an early package for creating Leaflet maps with R rCharts,…
http://www.sthda.com/english/wiki/create-and-format-word-documents-using-r-software-and-reporters-package Install and load the ReporteRs R package Create a simple Word document Add texts : title and paragraphs of texts Format the text of a Word docum…