-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(binary_sets)
export(coef_rqs)
export(count_features)
export(dist_nearest)
export(geom_bbox)
export(geom_sf_rais)
export(geom_sf_toscale)
export(get_h3_grid)
export(get_osm_postcodes)
export(get_osm_rail)
export(get_osm_roads)
export(get_rais)
export(gg_rqs)
export(maphub_tidy_lines)
export(maphub_tidy_stations)
export(maphub_to_sf)
export(ring_sets)
export(shp_extract_read)
export(summarise_set)
export(theme_abnq)
export(theme_abnq_map)
export(trim_set)
export(trinary_sets)
import(dplyr)
import(ggplot2)
import(osmdata)
import(quantreg)
import(sf)
import(tidyr)
importFrom(basedosdados,download)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(ggplot2,coord_sf)
importFrom(h3jsr,cell_to_polygon)
importFrom(h3jsr,polygon_to_cells)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_crs)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(units,as_units)
importFrom(units,drop_units)
importFrom(utils,unzip)