Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
propre.ecln
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
propre.ecln
Commits
116f2557
Commit
116f2557
authored
1 year ago
by
Daniel.Kalioudjoglou
Browse files
Options
Downloads
Patches
Plain Diff
creation du fichier rda pour package
parent
b8d891fe
No related branches found
No related tags found
1 merge request
!4
debut de script de secretisation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data-raw/05_creation_donnees_annuelles.R
+2
-0
2 additions, 0 deletions
data-raw/05_creation_donnees_annuelles.R
data-raw/06_filtre_region.R
+3
-1
3 additions, 1 deletion
data-raw/06_filtre_region.R
with
5 additions
and
1 deletion
data-raw/05_creation_donnees_annuelles.R
+
2
−
0
View file @
116f2557
...
...
@@ -114,3 +114,5 @@ indic_ecln <- bind_rows(indic_ecln_cumul, indic_ecln_trim) %>%
rm
(
indicateurs_non_sommables
,
Indic_final2
,
Indic_final
,
indic_ecln_trim
,
indic_ecln_cumul
,
TauxEvolution12Mois
,
FormatDate
,
FormatCaractere
)
usethis
::
use_data
(
indic_ecln
,
overwrite
=
TRUE
)
This diff is collapsed.
Click to expand it.
data-raw/06_filtre_region.R
+
3
−
1
View file @
116f2557
...
...
@@ -5,8 +5,10 @@ mes_epci <- list_epci_in_reg(ma_region)
mes_departements
<-
list_dep_in_reg
(
ma_region
)
indic_ecln
_ma_region
<-
indic_ecln
%>%
indic_ecln
<-
indic_ecln
%>%
filter
(
!
(
TypeZone
==
"Régions"
&
CodeZone
!=
ma_region
),
#enlève les régions hors région
!
(
TypeZone
==
"Départements"
&
!
(
CodeZone
%in%
mes_departements
)),
#enlève les départements hors région
!
(
TypeZone
==
"Epci"
&
!
(
CodeZone
%in%
mes_epci
)),
#enlève les EPCI hors région
)
usethis
::
use_data
(
indic_ecln
,
overwrite
=
TRUE
)
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