forked from dkahle/ggmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
139 lines (138 loc) · 3.37 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
131
132
133
134
135
136
137
138
139
# Generated by roxygen2: do not edit by hand
S3method(print,ggmap)
S3method(print,google_credentials)
export("%>%")
export(LonLat2XY)
export(OSM_scale_lookup)
export(XY2LonLat)
export(bb2bbox)
export(calc_zoom)
export(distQueryCheck)
export(file_drawer)
export(geocode)
export(geocodeQueryCheck)
export(geom_leg)
export(get_cloudmademap)
export(get_googlemap)
export(get_map)
export(get_navermap)
export(get_openstreetmap)
export(get_stamen_tile_download_fail_log)
export(get_stamenmap)
export(ggimage)
export(gglocator)
export(ggmap)
export(ggmap_credentials)
export(ggmap_hide_api_key)
export(ggmap_show_api_key)
export(ggmapplot)
export(google_account)
export(google_client)
export(google_day_limit)
export(google_key)
export(google_second_limit)
export(google_signature)
export(has_ggmap_option)
export(has_ggmap_options)
export(has_google_account)
export(has_google_client)
export(has_google_key)
export(has_google_signature)
export(inset)
export(inset_ggmap)
export(inset_raster)
export(legs2route)
export(make_bbox)
export(mapdist)
export(mutate_geocode)
export(qmap)
export(qmplot)
export(register_google)
export(retry_stamen_map_download)
export(revgeocode)
export(route)
export(routeQueryCheck)
export(scrub_key)
export(set_ggmap_option)
export(showing_key)
export(theme_inset)
export(theme_nothing)
export(trek)
import(ggplot2)
importFrom(RgoogleMaps,XY2LatLon)
importFrom(bitops,bitAnd)
importFrom(bitops,bitOr)
importFrom(bitops,bitShiftL)
importFrom(bitops,bitShiftR)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(grDevices,as.raster)
importFrom(grDevices,extendrange)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(grid,current.vpPath)
importFrom(grid,current.vpTree)
importFrom(grid,downViewport)
importFrom(grid,grid.locator)
importFrom(grid,rasterGrob)
importFrom(grid,seekViewport)
importFrom(grid,upViewport)
importFrom(grid,viewport)
importFrom(httr,GET)
importFrom(httr,http_status)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(jpeg,readJPEG)
importFrom(magrittr,"%>%")
importFrom(plyr,.)
importFrom(plyr,arrange)
importFrom(plyr,compact)
importFrom(plyr,ddply)
importFrom(plyr,desc)
importFrom(plyr,dlply)
importFrom(plyr,is.discrete)
importFrom(plyr,is.formula)
importFrom(plyr,join)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(png,readPNG)
importFrom(purrr,cross_df)
importFrom(purrr,flatten)
importFrom(purrr,flatten_chr)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,pluck)
importFrom(purrr,walk)
importFrom(rjson,fromJSON)
importFrom(rlang,set_names)
importFrom(scales,expand_range)
importFrom(stats,asOneSidedFormula)
importFrom(stats,time)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(stringr,str_trunc)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,tail)