-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
88 lines (87 loc) · 2.16 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_dep_of_com)
export(add_epci_of_com)
export(add_reg_of_com)
export(ajouter_typologie)
export(ajouter_zonage)
export(charger_zonage)
export(code_com_existe)
export(code_com_non_a_jour)
export(code_com_plm)
export(code_dep_existe)
export(code_dep_of_com)
export(code_dep_of_epci)
export(code_epci_existe)
export(code_epci_of_com)
export(code_reg_existe)
export(code_reg_of_com)
export(code_reg_of_dep)
export(code_reg_of_epci)
export(code_zone)
export(cog_df_to_list)
export(cog_list_to_df)
export(cogifier)
export(filtrer_cog)
export(filtrer_cog_geo)
export(get_map)
export(list_com_in_dep)
export(list_com_in_epci)
export(list_com_in_reg)
export(list_dep_in_reg)
export(list_epci_in_dep)
export(list_epci_in_reg)
export(lister_zonages)
export(nom_zone)
export(passer_au_cog_a_jour)
export(trouver_zone)
importFrom(attempt,stop_if)
importFrom(attempt,stop_if_any)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,inner_join)
importFrom(dplyr,is.grouped_df)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_expand)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_df)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
importFrom(sf,st_transform)
importFrom(stringr,str_detect)
importFrom(tibble,tribble)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,vars_select_helpers)