Retrieve immediate descendents of a taxon
children(x, db = "ncbi", verbose = TRUE, ...)
x | (character) Vector of taxon keys for the given database |
---|---|
db | (character) The database to search, one of ncbi, itis, gbif, col, or wfo |
verbose | (logical) Print verbose messages |
... | Additional arguments passed to database specific function. |
list of tibbles with the columns: id, name, rank. This is exactly
equivalent to the output of taxize::children()