This is an assignment for the Course 3 : Building R Packages. The goal of FARS_functions is to analyze FARS data
You can install the released version of FARS_functions from CRAN with:
install.packages("FARS2")
This is a basic example which shows you how to solve a common problem:
library(FARS2)
library(maps)
fars_2013_fn <- make_filename(2013)
fars_2013 <- fars_read(fars_2013_fn)
dim(fars_2013)
This package is primarily built for educational purposes. The package enables one to explore fatal traffic accidents from 2013-2015 using data from the National Highway Traffic Safety Administration (NHTSA) Fatality Analysis Reporting System (FARS).
https://travis-ci.org/jianweilu/rhomewek.svg?branch=master
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.