commit 63da277dc9841fdfe6ab3689f280fdfc29cbaa0c Author: rmejean Date: Tue Jan 9 16:21:10 2024 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/ebauche.R b/ebauche.R new file mode 100644 index 0000000..4515282 --- /dev/null +++ b/ebauche.R @@ -0,0 +1,8 @@ +# Script pour l'automatisation des traitements des fichiers stats INSEE +# sur les mobilités résidentielles, professionnelles et scolaires +# +# Romain Mejean URHAJ OCCITANIE 2024 + +library(tidyverse) +library(arrow) +library(data.table) \ No newline at end of file