-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(adjacent_polys)
export(color_shp)
export(comma)
export(coord_sf_from_sf)
export(coord_sf_from_sf_square)
export(date_name)
export(drop_na_cols)
export(ei_output)
export(geom_sf_label2)
export(geom_sf_text2)
export(letter_grades)
export(letter_grades_to_pct)
export(list_of_lists_to_tibble)
export(pct)
export(percent)
export(pr)
export(proportional_facet_heights)
export(proportional_facet_widths)
export(qmap)
export(renumber_polygons)
export(st_envelope)
export(st_rook)
export(st_weighted_centroid)
export(state_std)
export(theme_mp)
export(theme_pres)
import(dplyr)
import(eiPack)
import(ggplot2)
import(glue)
import(grid)
import(sf)
import(tidyr)
importFrom(Formula,Formula)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(dplyr,add_count)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(ggplot2,geom_sf_label)
importFrom(ggplot2,geom_sf_text)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_vec)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(scales,ordinal)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_centroid)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_inscribed_circle)
importFrom(sf,st_is_empty)
importFrom(stats,formula)
importFrom(stats,quantile)
importFrom(stringr,str_replace)