Skip to contents

Installing the package

Install the package using the install_github function from the devtools package (you’ll need an auth_token).

devtools::install_github(
  repo = "Avery-Island/ParseR",
  auth_token = "let_me_in_please"
)

Getting help

To view the help homepage for the package:

help(package = "ParseR")

Example dataset

The package includes an example dataset. Access it as follows: