-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
112 lines (111 loc) · 3.24 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Generated by roxygen2: do not edit by hand
export(carte_indic)
export(carte_parc_recent)
export(carte_synthese)
export(carte_taux_evolution)
export(composeur_carte)
export(euro_m2_format)
export(euro_m2_format_ggplot)
export(evo_parc_hlm)
export(graph_repartition_par_date)
export(graphique_comparaison_parc_recent)
export(graphique_synthese_collectif)
export(graphique_synthese_loyer)
export(graphique_synthese_parc_epci)
export(graphique_synthese_taux_hlm)
export(graphique_synthese_taux_qpv)
export(legende_carte_indic)
export(loyer_m2)
export(nombre_format)
export(parc_hlm)
export(pourcent_collectif)
export(pourcent_format)
export(pourcent_parc_hlm)
export(pourcent_qpv)
export(theme_carto)
export(theme_graph)
import(magrittr)
import(patchwork)
import(stats)
import(utils)
importFrom(COGiter,cog_df_to_list)
importFrom(cartography,getBreaks)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(drealthemes,dreal_cols)
importFrom(drealthemes,dreal_pal)
importFrom(drealthemes,scale_color_dreal_d)
importFrom(drealthemes,scale_fill_dreal_c)
importFrom(drealthemes,scale_fill_dreal_d)
importFrom(drealthemes,theme_dreal)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_explicit_na)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder2)
importFrom(forcats,fct_rev)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_sf_label)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_size_area)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_sf_coordinates)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_text_repel)
importFrom(ggspatial,annotation_map_tile)
importFrom(glue,glue)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(scales,number_format)
importFrom(stringr,str_detect)
importFrom(stringr,str_wrap)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,spread)
importFrom(viridisLite,viridis)
importFrom(waffle,geom_pictogram)
importFrom(waffle,scale_label_pictogram)
importFrom(waffle,theme_enhance_waffle)
importFrom(xfun,read_utf8)
importFrom(xfun,write_utf8)