-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
40 lines (39 loc) · 1 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
# Generated by roxygen2: do not edit by hand
export(bind_dwc)
export(check_flora)
export(check_string)
export(getGADM)
export(getGAZ)
export(getWDPA)
export(rgbif2)
export(rjabot)
export(rspeciesLink)
export(search_flora)
export(set_infraspecies)
export(suggest_flora)
export(update_flora)
importFrom(dplyr,bind_rows)
importFrom(dplyr,select)
importFrom(finch,dwca_cache)
importFrom(finch,dwca_read)
importFrom(flora,fixCase)
importFrom(flora,remove.authors)
importFrom(flora,suggest.names)
importFrom(flora,trim)
importFrom(fs,path)
importFrom(jsonlite,fromJSON)
importFrom(rgbif,name_backbone)
importFrom(rgbif,occ_search)
importFrom(stats,na.omit)
importFrom(stringi,stri_enc_mark)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(textclean,replace_non_ascii)
importFrom(tidyselect,any_of)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,unzip)
importFrom(utils,write.table)