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

Hello !

The package "roadAccidentStudy" is writing in R and uses some external packages like dlpyr, tidyr, maps or graphics.
This package contains a primitive study, produced by coursera, of car accidents in the USA.
You can see some tests in test/testthat/ directory.
You can see example data in inst/extdata repository.
The use of the fars functions are explained in the associated rd (go in the man directory or directly in the R code).



axellencls/roadAccidentsStudy documentation built on April 5, 2020, 12:53 a.m.