Learn R Programming

rglobi (version 0.2.9)

get_child_taxa: Returns all known child taxa with known interaction of specified taxa and rank.

Description

Returns all known child taxa with known interaction of specified taxa and rank.

Usage

get_child_taxa(taxon.names, rank = "Species", skip = 0, limit = 25, opts = list())

Arguments

taxon.names
list of taxa of which child taxa should be included.
rank
selected taxonomic rank of child taxa
skip
number of child taxon names to skip before returning result. May be used for pagination.
limit
maximum number of child taxon names returned
opts
list of options including web service configuration like "port" and "host"

Value

list of child taxon names

See Also

Other interactions: get_interaction_matrix; get_interaction_table; get_interaction_types; get_interactions_by_taxa; get_interactions; get_predators_of; get_prey_of

Examples

Run this code
## Not run: 
# get_child_taxa(list("Aves"))
# ## End(Not run)

Run the code above in your browser using DataLab