/GetAboutPages

R package for getting about page content from a website

Primary LanguageROtherNOASSERTION

GetAboutPages

The goal of GetAboutPages is to ...

Installation

## Install the current development version from GitHub

if (!require("devtools")) {

    install.packages("devtools")
    
    }

install_github("p3lab/GetAboutPages", dependencies = TRUE)

Usage

This is a basic example which shows you how to solve a common problem:

library(GetAboutPages)
## basic example code