Skip to content

MaxDQlikDev/my.far.pkg

Repository files navigation

my.far.pkg

Travis build status

The goal of my.far.pkg is to read data of Fatality Analysis Reporting System (FARS) from the National Highway Traffic Safety. Also, provides some map plotting functionality.

Loading

library(my.far.pkg)

Function fars_summarize_years

Summary info per each year-month:

fars_summarize_years(c(2014, 2015))

Function fars_map_state

Plot accidents onto the map.

plot(fars_summarize_years(2014))

About

Training package built within course of Building R packages JHU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages