Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 771 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 771 Bytes

fars

Build Status

The goal of fars is to analyse data from the US National Highway Traffic Safety Administration’s Fatality Analysis Reporting System.

Installation

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

# install.packages("devtools")
devtools::install_github("tmss1/fars")

Example

This is a basic example which shows you how to make a file name based on the year of FARS data interested:

library(fars)
fname <- make_filename(2015)
fname
#> [1] "accident_2015.csv.bz2"