Learn R Programming

rglobi (version 0.2.28)

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())

Value

list of child taxon names

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"

See Also

Other interactions: get_interaction_matrix, get_interaction_table, get_interaction_types, get_interactions_by_taxa, get_interactions_by_type, get_interactions, get_predators_of, get_prey_of

Examples

Run this code
if (FALSE) {
get_child_taxa(list("Aves"))
}

Run the code above in your browser using DataLab