Skip to contents

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

Examples

if (FALSE) {
get_child_taxa(list("Aves"))
}