Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
zonages-habitat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DREAL Pays de la Loire
Centre de Services de la Donnée
zonages-habitat
Commits
bca2b6d9
Commit
bca2b6d9
authored
6 months ago
by
Juliette Engelaere-Lefebvre
Browse files
Options
Downloads
Patches
Plain Diff
Mise à jour 2024 des OPAH
parent
683b5549
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#495692
passed
6 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
OPAH/workflow_opah.Rmd
+3
-3
3 additions, 3 deletions
OPAH/workflow_opah.Rmd
OPAH/workflow_opah.html
+1126
-371
1126 additions, 371 deletions
OPAH/workflow_opah.html
with
1129 additions
and
374 deletions
OPAH/workflow_opah.Rmd
+
3
−
3
View file @
bca2b6d9
...
...
@@ -5,7 +5,7 @@ date: "`r format(Sys.Date(), '%d/%m/%Y')`"
output: html_document
params:
annee: "2024" # annee de la carte com et epci utilisée
sgbd:
FALS
E # mettre à TRUE pour almimenter le SGBD quand traitements OKs
sgbd:
TRU
E # mettre à TRUE pour almimenter le SGBD quand traitements OKs
---
```{r setup, include=FALSE, message = FALSE}
...
...
@@ -87,8 +87,8 @@ opah_1 <- opah_0 %>%
rename_with(.fn = ~ gsub("var_._|_$", "", .x) %>%
gsub("_de_|_du_|_des_", "_", .) %>%
gsub("objectifs", "objectif", .)) %>%
# on redresse le type d'OPAH de Mayenne Communaute saisi comme OPAH-RU alors que plusieurs volets
mutate(types_programme = if_else(identifiant
==
"053OPA014", "OPAH", as.character(types_programme)) %>% as.factor) %>%
# on redresse le type d'OPAH de Mayenne Communaute
et du pays de la chataigneraie
saisi
s
comme OPAH-RU alors que plusieurs volets
mutate(types_programme = if_else(identifiant
%in% c(
"053OPA014",
"085OPA043"),
"OPAH", as.character(types_programme)) %>% as.factor) %>%
rename(dep = departement,
prog_com_infracom = commune_prog_communaux_ou_infra_communaux,
territoire_gestion = territoires_gestion,
...
...
This diff is collapsed.
Click to expand it.
OPAH/workflow_opah.html
+
1126
−
371
View file @
bca2b6d9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment