Skip to content
Snippets Groups Projects
Commit 1dbf7e75 authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

correction de coquilles dans le template au niveau des fonctions creer_carte_xx()

parent fcc15577
No related branches found
Tags v6.0.0-RC4
No related merge requests found
Pipeline #175779 failed
......@@ -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)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment