knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

myAssignment

The package myAssignment contains a collection of functions that can be used to explore and visualize data sets from the Fatality Analysis Reporting System (FARS) provided by the United States Department of Transportation. See the provided vignette for further details.

Installation

You can install myAssignment from github with:

# install.packages("devtools")
devtools::install_github("plexxx/myAssignment")


plexxx/myAssignment documentation built on May 9, 2019, 12:49 p.m.