This accident dashboard provides an overview of traffic accidents
involving injuries in France from 2005 to 2018. This dashboard is built
with R using the package golem
and can easily reproduce by others.
The data behind this dashboard can be found in the following repository.
You can install corpoaccidentdash from GitHub with:
# install.packages("remotes")
remotes::install_github("ngsanogo/corpoaccidentdash")
This is a basic example which shows you how to solve a common problem:
library(corpoaccidentdash)
## basic example code
run_app()
Please note that the corpoaccidentdash project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.