Travis build status R-CMD-check

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CourseraBuildingRPckg

This package is built for the Peer Assignement of Building R Package Course on Coursera.

The goal of the package is to help you process and plot data downloaded from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System about fatal injuries suffered in motor vehicle traffic crashes in the US.

Installation

You can install the development version of CourseraBuildingRPckg from GitHub with:

# install.packages("devtools")
devtools::install_github("Capucine0210/CourseraProject")

Functions

There are two main functions to process and plot FARS data:



Capucine0210/CourseraProject documentation built on Jan. 1, 2022, 3:06 p.m.