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

General information

While data of car accidents is available at the specific location of the state, it is often useful to have estimates of daily accident aggregated. For U.S.-based studies, it can be particularly useful to be able to pull time series of accidents by state.

Required set-up for this package

Currently, this package exists in a development version on GitHub. To use the package, you need to install it directly from GitHub using the install_github function from devtools.

As a note, many of the dependencies have their own dependencies (e.g., dplyr, tidyr, maps, readr).



jinleng85/essaipackage documentation built on Jan. 10, 2022, 2:23 p.m.