knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

bnvd

Lifecycle: experimental

The goal of the bnvd package is to provide a Shiny app to explore some of the data about sales of pesticides in France.

Installation

You can install bnvd from GitHub with:

``` {r, eval=FALSE} install.packages("devtools") devtools::install_github(repo = "AFB-dataviz/dataviz_bnvd")

## Example

The app can be run in RStudio using the Addins menu (Run BNV-D Shiny app) or directly in the console.

```r
bnvd::run_app()


AFB-dataviz/dataviz_bnvd documentation built on Jan. 29, 2020, 5:40 p.m.