-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
118 lines (117 loc) · 3.13 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
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
S3method("[",otl_ott_id)
S3method(candidate_for_synth,study_meta)
S3method(flags,match_names)
S3method(flags,taxon_info)
S3method(flags,taxon_mrca)
S3method(get_publication,study_meta)
S3method(get_study_year,study_meta)
S3method(get_tree_ids,study_meta)
S3method(inspect,match_names)
S3method(is_in_tree,default)
S3method(is_in_tree,otl_ott_id)
S3method(is_suppressed,match_names)
S3method(is_suppressed,taxon_info)
S3method(is_suppressed,taxon_mrca)
S3method(list_trees,matched_studies)
S3method(ott_id,match_names)
S3method(ott_id,taxon_info)
S3method(ott_id,taxon_mrca)
S3method(ott_id,tol_mrca)
S3method(ott_id,tol_node)
S3method(ott_id,tol_summary)
S3method(print,study_external_data)
S3method(print,study_ids)
S3method(print,study_meta)
S3method(print,tnrs_contexts)
S3method(print,tol_mrca)
S3method(print,tol_node)
S3method(print,tol_summary)
S3method(source_list,tol_mrca)
S3method(source_list,tol_node)
S3method(source_list,tol_summary)
S3method(synonyms,match_names)
S3method(synonyms,taxon_info)
S3method(tax_lineage,taxon_info)
S3method(tax_lineage,tol_node)
S3method(tax_name,match_names)
S3method(tax_name,taxon_info)
S3method(tax_name,taxon_mrca)
S3method(tax_name,tol_mrca)
S3method(tax_name,tol_node)
S3method(tax_name,tol_summary)
S3method(tax_rank,match_names)
S3method(tax_rank,taxon_info)
S3method(tax_rank,taxon_mrca)
S3method(tax_rank,tol_mrca)
S3method(tax_rank,tol_node)
S3method(tax_rank,tol_summary)
S3method(tax_sources,match_names)
S3method(tax_sources,taxon_info)
S3method(tax_sources,taxon_mrca)
S3method(tax_sources,tol_mrca)
S3method(tax_sources,tol_node)
S3method(tax_sources,tol_summary)
S3method(tol_lineage,tol_node)
S3method(unique_name,match_names)
S3method(unique_name,taxon_info)
S3method(unique_name,taxon_mrca)
S3method(unique_name,tol_mrca)
S3method(unique_name,tol_node)
S3method(unique_name,tol_summary)
S3method(update,match_names)
export(candidate_for_synth)
export(flags)
export(get_publication)
export(get_study)
export(get_study_meta)
export(get_study_subtree)
export(get_study_tree)
export(get_study_year)
export(get_tree_ids)
export(inspect)
export(is_in_tree)
export(is_suppressed)
export(list_trees)
export(ott_id)
export(source_list)
export(strip_ott_ids)
export(studies_find_studies)
export(studies_find_trees)
export(studies_properties)
export(study_external_IDs)
export(synonyms)
export(tax_lineage)
export(tax_name)
export(tax_rank)
export(tax_sources)
export(taxon_external_IDs)
export(taxonomy_about)
export(taxonomy_mrca)
export(taxonomy_subtree)
export(taxonomy_taxon_info)
export(tnrs_contexts)
export(tnrs_infer_context)
export(tnrs_match_names)
export(tol_about)
export(tol_induced_subtree)
export(tol_lineage)
export(tol_mrca)
export(tol_node_info)
export(tol_subtree)
export(unique_name)
import(ape)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(rentrez,entrez_link)
importFrom(rentrez,entrez_search)
importFrom(rlang,interrupt)
importFrom(rncl,read_newick_phylo)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stats,update)