Package Description

week4 package reads and plots Fatality Analysis Reporting System (FARS) data from the National Highway Traffic Safety Administration.

FARS is a nationwide census, providing the American public yearly data, regarding fatal injuries suffered in motor vehicle traffic crashes.

Load Packages

library(week4)
library(maps)

Included data

Data files included within the package are:

list.files(system.file("extdata", package = "week4"))

Package Functions

Function make_filename

This function returns file name and path to the data files:

yr <- 2015
make_filename(yr)


sumitpratap/week4 documentation built on May 17, 2019, 8:45 p.m.