-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
130 lines (129 loc) · 3.93 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_duplicate)
export(clean_column_names)
export(clean_duplicated)
export(create_continuity_area_full_side_matview)
export(create_continuity_width_full_side_matview)
export(create_landcover_area_full_side_matview)
export(create_network_axis_matview)
export(create_network_metrics_matview)
export(create_table_bassin_hydrographique)
export(create_table_continuity_area)
export(create_table_continuity_width)
export(create_table_elevation_profiles)
export(create_table_hydro_axis)
export(create_table_hydro_sites)
export(create_table_hydro_swaths)
export(create_table_landcover_area)
export(create_table_region_hydrographique)
export(create_table_roe)
export(create_table_talweg_metrics)
export(create_table_valley_bottom)
export(create_valley_bottom_full_side_matview)
export(db_con)
export(fct_continuity_area_insert_delete_reaction)
export(fct_continuity_width_insert_delete_reaction)
export(fct_elevation_profiles_insert_delete_reaction)
export(fct_hydro_swaths_insert_delete_reaction)
export(fct_landcover_area_insert_delete_reaction)
export(fct_talweg_metrics_insert_delete_reaction)
export(fct_valley_bottom_insert_delete_reaction)
export(import_hydro_sites)
export(pivot_continuity_width)
export(pivot_landcover_continuity_area)
export(prepare_bassin_hydrographique)
export(prepare_continuity_area)
export(prepare_continuity_width)
export(prepare_elevation_profiles)
export(prepare_hydro_axis)
export(prepare_hydro_sites)
export(prepare_hydro_swaths_and_axis)
export(prepare_landcover_area)
export(prepare_region_hydrographique)
export(prepare_roe)
export(prepare_talweg_metrics)
export(prepare_valley_bottom)
export(refresh_all_materialized_views)
export(remove_rows)
export(set_displayed_bassin_region)
export(trig_continuity_area)
export(trig_continuity_width)
export(trig_elevation_profiles)
export(trig_hydro_swaths)
export(trig_landcover_area)
export(trig_talweg_metrics)
export(trig_valley_bottom)
export(upsert_bassin_hydrographique)
export(upsert_continuity_area)
export(upsert_continuity_width)
export(upsert_elevation_profiles)
export(upsert_hydro_sites)
export(upsert_hydro_swaths_and_axis)
export(upsert_landcover_area)
export(upsert_region_hydrographique)
export(upsert_roe)
export(upsert_talweg_metrics)
export(upsert_valley_bottom)
import(glue)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbExistsTable)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbWriteTable)
importFrom(RPostgres,Postgres)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(glue,glue)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(lwgeom,st_snap_to_grid)
importFrom(lwgeom,st_split)
importFrom(magrittr,"%>%")
importFrom(qgisprocess,qgis_configure)
importFrom(qgisprocess,qgis_run_algorithm_p)
importFrom(rlang,":=")
importFrom(rmapshaper,ms_simplify)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_collection_extract)
importFrom(sf,st_combine)
importFrom(sf,st_contains)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_filter)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_join)
importFrom(sf,st_length)
importFrom(sf,st_line_merge)
importFrom(sf,st_read)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_simplify)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_within)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(stringr,str_replace_all)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,everything)