An open API service indexing awesome lists of open source software.

https://github.com/cderv/bfr

Get data about french traffic prevision from bison fute
https://github.com/cderv/bfr

r traffic

Last synced: about 1 year ago
JSON representation

Get data about french traffic prevision from bison fute

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bfr

bfr `r emo::ji("package")` contains a set of function to retrieve data about french traffic, published on http://www.bison-fute.gouv.fr

## Installation

You can install the latest version of bfr from github with:

``` r
devtools::install_github("cderv/bfr)
```

## Example

### Get all the prevision
```{r get-all-data}
library(bfr)
all_prev <- get_all_previsions_available()
head(all_prev)
```