forked from ropensci/RNeXML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 878 Bytes
/
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
# Generated by roxygen2 (4.0.1): do not edit by hand
export(add_basic_meta)
export(add_characters)
export(add_meta)
export(add_namespaces)
export(add_trees)
export(flatten_multiphylo)
export(get_characters)
export(get_characters_list)
export(get_citation)
export(get_flat_trees)
export(get_license)
export(get_metadata)
export(get_namespaces)
export(get_otu)
export(get_otus_list)
export(get_rdf)
export(get_taxa)
export(get_taxa_list)
export(get_trees)
export(get_trees_list)
export(meta)
export(nexml_add)
export(nexml_figshare)
export(nexml_get)
export(nexml_publish)
export(nexml_read)
export(nexml_to_simmap)
export(nexml_validate)
export(nexml_write)
export(read.nexml)
export(reset_id_counter)
export(simmap_to_nexml)
export(taxize_nexml)
export(write.nexml)
import(XML)
import(ape)
import(httr)
import(methods)
import(plyr)
import(reshape2)
import(taxize)
import(uuid)