knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
# library(my.far.pkg)

Package Description

my.far.pkg package reads data of Fatality Analysis Reporting System (FARS) from the National Highway Traffic Safety. Also, some map plotting functionality provided.

Loading

library(my.far.pkg)

Function fars_summarize_years

Summary info per each year-month.

# plot(fars_summarize_years(2013))
# fars_summarize_years(c(2014, 2015))

Function fars_map_state

Plot accidents onto the map.

# plot(fars_summarize_years(2014))


MaxDQlikDev/my.far.pkg documentation built on Feb. 13, 2021, 12:49 a.m.