knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

General informations

This package is buld as part of final assignment in Coursera course Building R Packages by Johns Hopkins University. The functions were provided in the course.

The goal of this document is introduce the famove package. The main purpose of famove is to summarize and map fatal motor vehicle accidents in the US by year.

Summary

Summary of the number of people killed in motor vehicle accidents in the US by given year per month can be performed with the fars_summarize_years function.

Map the location of fatal motor vehicle accidents in selected state in the US by given year can be produced with the fars_map_state function.

fars_summarize_years(2014)
fars_map_state(5,2014)


tikizu/famove documentation built on Feb. 9, 2021, 10:14 p.m.