knitr::opts_chunk$set(echo = FALSE, fig.path = "img/")

library(dplyr)
library(datamodelr) # bergant/datamodelr
library(trafficaccidents) # bergant/trafficaccidents

trafficaccidents

An R data package containing traffic accidents in Slovenia from 2005 to 2016

Data Source

Source: http://www.policija.si/index.php/statistika/prometna-varnost.

Installation

Install from GitHub:

#install.packages("devtools")
devtools::install_github("bergant/trafficaccidents")

Usage

library(trafficaccidents)

See data structure description and some visualization examples in the usage tutorial.



bergant/trafficaccidents documentation built on May 6, 2019, 3:30 p.m.