README.md

FARS2

This is an assignment for the Course 3 : Building R Packages. The goal of FARS_functions is to analyze FARS data

Installation

You can install the released version of FARS_functions from CRAN with:

install.packages("FARS2")

Example

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)

Vignettes

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).

Build passing image from travis

https://travis-ci.org/jianweilu/rhomewek.svg?branch=master



jianweilu/rhomewek documentation built on Aug. 8, 2020, 6:44 p.m.