Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelgombin/LireMinInterieur
Outils pour nettoyer les fichiers électoraux du Ministère de l'Intérieur
https://github.com/joelgombin/LireMinInterieur
database elections outil r tool
Last synced: 3 months ago
JSON representation
Outils pour nettoyer les fichiers électoraux du Ministère de l'Intérieur
- Host: GitHub
- URL: https://github.com/joelgombin/LireMinInterieur
- Owner: joelgombin
- Created: 2014-06-05T18:30:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T17:33:09.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:54:17.801Z (6 months ago)
- Topics: database, elections, outil, r, tool
- Language: R
- Size: 75.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ce package offre des outils pour nettoyer les fichiers électoraux du ministère de l'intérieur.
Pour l'installer :
```
library(devtools)
install_github("joelgombin/LireMinInterieur")
```Il existe également une version interactive de l'outil, grâce à `shiny` :
```{r}
library(LireMinInterieur)
lireInteractif()
```