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
1dbf7e75
Commit
1dbf7e75
authored
2 years ago
by
Juliette Engelaere-Lefebvre
Browse files
Options
Downloads
Patches
Plain Diff
correction de coquilles dans le template au niveau des fonctions creer_carte_xx()
parent
fcc15577
No related branches found
Tags
v6.0.0-RC4
Tags containing commit
No related merge requests found
Pipeline
#175779
failed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inst/rmarkdown/templates/ecln_conjoncture/skeleton/skeleton.Rmd
+32
-32
32 additions, 32 deletions
...markdown/templates/ecln_conjoncture/skeleton/skeleton.Rmd
with
32 additions
and
32 deletions
inst/rmarkdown/templates/ecln_conjoncture/skeleton/skeleton.Rmd
+
32
−
32
View file @
1dbf7e75
...
...
@@ -237,26 +237,26 @@ creer_graphique_series_temporelles_prix(
### Commercialisation des appartements par EPCI
```{r collectifcartes_volume}
creer_carte_volume
<-function
(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Appartements",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
creer_carte_volume(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Appartements",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
```
```{r collectifcartes_evol}
creer_carte_evolution
<-function
(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Appartements",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
creer_carte_evolution(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Appartements",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
```
...
...
@@ -342,26 +342,26 @@ creer_graphique_series_temporelles_prix(
### Commercialisation des maisons par EPCI
```{r collectifcartes_volume_epci}
creer_carte_volume
<-function
(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Maisons",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
creer_carte_volume(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Maisons",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
```
```{r collectifcartes_evol_epci}
creer_carte_evolution
<-function
(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Maisons",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
creer_carte_evolution(data=indic_ecln,
code_region = params$reg,
indicateurs = c("Encours","Mises en vente","Ventes"),
type_logement="Maisons",
type_indicateur="Cumul annuel",
titre="Volumes de ventes, mises en vente et encours d'appartements",
titre_legende="",
bas_de_page=caption_carte_appartements)
```
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