Skip to content

tmss1/fars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages