forked from MaelTheuliere/rrrpls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(carte_indic)
export(carte_indic_croissance)
export(composeur_carte)
export(graph_repartition_par_date)
export(graphique_comparaison_parc_recent)
export(legende_carte_indic)
export(theme_carto)
export(theme_graph)
import(magrittr)
import(patchwork)
importFrom(COGiter,cog_df_to_list)
importFrom(cartography,getBreaks)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_explicit_na)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder2)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
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_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(glue,glue)
importFrom(hrbrthemes,theme_ipsum_rc)
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(tibble,tribble)
importFrom(tidyr,spread)
importFrom(viridisLite,viridis)