knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

FarsFinal

US FARS (Fatality Analysis Recording System)

This package sole objective is to produce graphics of the accidents in US.

The make_filename function

This function generates a filename.

The fars_read function

The fars_read will use as input the filename string from make_filename.

Based on the archives from US FARS that are located in the documents folder.

The fars_read_years function

This functions uses both functions (make_filename and fars_read) to generate a list.

The fars_summarize_years function

This functions print a summary.

The fars_map_state function

Plot a Graphic of each State of US.

Dependencies



MarcEres/FarsFinal2 documentation built on Dec. 17, 2021, 2:20 a.m.