The goal of GetAboutPages is to ...
## Install the current development version from GitHub
if (!require("devtools")) {
install.packages("devtools")
}
install_github("p3lab/GetAboutPages", dependencies = TRUE)
This is a basic example which shows you how to solve a common problem:
library(GetAboutPages)
## basic example code