knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(essaipackage)
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.
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
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.