-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·49 lines (48 loc) · 1.31 KB
/
NAMESPACE
File metadata and controls
executable file
·49 lines (48 loc) · 1.31 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,aimsdf)
S3method(print,aimsdf)
S3method(summary,aimsdf)
export(aims_citation)
export(aims_data)
export(aims_expose_attributes)
export(aims_filter_values)
export(aims_metadata)
export(aims_parameters)
export(is_aimsdf)
importFrom(curl,has_internet)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,reframe)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_distiller)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(jsonlite,fromJSON)
importFrom(parsedate,parse_iso_8601)
importFrom(rlang,.data)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,st_as_sf)
importFrom(sf,st_transform)
importFrom(tidyr,drop_na)
importFrom(utils,URLencode)
importFrom(utils,head)