-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
50 lines (49 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
S3method(plot,occCiteData)
S3method(print,occCiteCitation)
S3method(summary,occCiteData)
export(GBIFLogin)
export(GBIFLoginManager)
export(getBIENpoints)
export(getGBIFpoints)
export(occCitation)
export(occCiteData)
export(occCiteMap)
export(occQuery)
export(prevGBIFdownload)
export(studyTaxonList)
export(taxonRectification)
exportClasses(GBIFLogin)
exportClasses(occCiteCitation)
exportClasses(occCiteData)
import(RPostgreSQL)
import(bib2df)
import(leaflet)
import(lubridate)
import(rgbif)
importFrom(RColorBrewer,brewer.pal)
importFrom(curl,has_internet)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,join_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(methods,is)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(viridis,viridis)