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
- Host: GitHub
- URL: https://github.com/cderv/bfr
- Owner: cderv
- License: other
- Created: 2018-10-07T09:40:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T20:14:38.000Z (over 7 years ago)
- Last Synced: 2025-04-04T16:52:12.838Z (about 1 year ago)
- Topics: r, traffic
- Language: R
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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)
```