-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.23 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
export(DwC2taxo)
export(build_gen_syn)
export(cast_canonical)
export(cast_cs_field)
export(cast_scientificname)
export(check_scientific)
export(compact_ids)
export(expand_name)
export(get_accepted_names)
export(get_itis_syn)
export(get_synonyms)
export(guess_taxo_rank)
export(list_higher_taxo)
export(list_itis_syn)
export(list_wiki_syn)
export(match_lists)
export(melt_canonical)
export(melt_cs_field)
export(melt_scientificname)
export(merge_lists)
export(resolve_names)
export(syn2taxo)
export(synonymize_subspecies)
export(taxo2DwC)
export(taxo2doc)
export(taxo2syn)
export(taxo_fuzzy_match)
export(wiki2taxo)
importFrom(plyr,ldply)
importFrom(plyr,rbind.fill)
importFrom(plyr,rename)
importFrom(rmarkdown,render)
importFrom(sqldf,sqldf)
importFrom(stringdist,stringdist)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_count)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(stringr,word)
importFrom(taxize,classification)
importFrom(taxize,gbif_parse)
importFrom(taxize,get_tsn)
importFrom(taxize,get_uid)
importFrom(taxize,gnr_resolve)
importFrom(taxize,synonyms)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(wikitaxa,wt_wikipedia)