-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
59 lines (58 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(taxa_search,character)
S3method(taxa_search,default)
export(betydb_citation)
export(betydb_experiment)
export(betydb_query)
export(betydb_record)
export(betydb_search)
export(betydb_site)
export(betydb_specie)
export(betydb_trait)
export(birdlife_habitat)
export(birdlife_threats)
export(coral_locations)
export(coral_methodologies)
export(coral_resources)
export(coral_species)
export(coral_taxa)
export(coral_traits)
export(eol_invasive_)
export(fe_native)
export(g_invasive)
export(is_native)
export(leda)
export(ncbi_byid)
export(ncbi_byname)
export(ncbi_searcher)
export(taxa_search)
export(tr_ernest)
export(tr_usda)
export(tr_zanne)
export(traitbank)
export(traits_cache)
importFrom(crul,HttpClient)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(jsonlite,fromJSON)
importFrom(readr,read_delim)
importFrom(rvest,html_table)
importFrom(taxize,classification)
importFrom(taxize,get_tsn)
importFrom(taxize,get_uid)
importFrom(taxize,itis_native)
importFrom(taxize,iucn_id)
importFrom(tibble,as_tibble)
importFrom(utils,URLencode)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)