-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
110 lines (109 loc) · 2.54 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
# Generated by roxygen2: do not edit by hand
export(checkBorders)
export(checkCoord)
export(checkInverted)
export(checkList)
export(checkOut)
export(checkShore)
export(colNumber)
export(fixLoc)
export(fixName)
export(fixSpecies)
export(formatCoord)
export(formatDwc)
export(formatLoc)
export(formatOcc)
export(formatTax)
export(getAdmin)
export(getCode)
export(getCoord)
export(getCult)
export(getDup)
export(getLoc)
export(getTombo)
export(getYear)
export(lastName)
export(mergeDup)
export(missName)
export(prepCoord)
export(prepCountry)
export(prepDup)
export(prepFamily)
export(prepLoc)
export(prepName)
export(prepSpecies)
export(prepTDWG)
export(readData)
export(rgbif2)
export(rmDup)
export(rmLatin)
export(rspeciesLink)
export(saveData)
export(strLoc)
export(summaryData)
export(summaryFlags)
export(validateCoord)
export(validateDup)
export(validateLoc)
export(validateTax)
import(data.table)
importFrom(Taxonstand,TPL)
importFrom(countrycode,countrycode)
importFrom(dplyr,bind_rows)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(flora,get.taxa)
importFrom(flora,remove.authors)
importFrom(grDevices,dev.new)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(igraph,components)
importFrom(igraph,graph_from_data_frame)
importFrom(jsonlite,fromJSON)
importFrom(knitr,kable)
importFrom(rgbif,name_backbone)
importFrom(rgbif,occ_search)
importFrom(robustbase,covMcd)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_join)
importFrom(sf,st_set_crs)
importFrom(sf,st_union)
importFrom(spatialrisk,haversine)
importFrom(stats,aggregate)
importFrom(stats,mahalanobis)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(stats,quantile)
importFrom(stringi,stri_enc_mark)
importFrom(stringi,stri_locate_all)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tidyr,separate)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.table)