Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bakaniko/baacker
https://github.com/Bakaniko/baacker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Bakaniko/baacker
- Owner: Bakaniko
- License: other
- Created: 2020-02-27T11:10:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T08:24:52.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:12:28.169Z (5 months ago)
- Language: R
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- frrrenchies - baacker
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# baacker
![{baacker logo}](https://github.com/Bakaniko/baacker/raw/master/inst/figures/imgfile.png)
The goal of {baacker} is to provide tools to handle BAAC files.
BAAC is a French database for corporal accidents.
The database is downloadable on Openlicence at [data.gouv.fr](https://www.data.gouv.fr/fr/datasets/base-de-donnees-accidents-corporels-de-la-circulation/)
## Installation
You can install the released version of baacker from [Github](https://github.com/Bakaniko/baacker) with:
``` r
# install.package("remotes") #In case you have not installed it.
remotes::install_github("Bakaniko/baacker")```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(baacker)
## basic example code
```## APIs
Regarding its success, {baacker} aims to provides different kind of APIs.
- [ ] R API (in current development)
- [ ] Rstudio Addin (to come)
- [ ] Shiny app (maybe ?)## Contributing
Please note that the 'baacker' project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.
## Logo
Logo made by [Nicolas Roelandt] with [hexSticker](https://github.com/GuangchuangYu/hexSticker)