get_genbank_count: Information about the number of species in the clade in...

View source: R/dataFunctions.R

get_genbank_countR Documentation

Information about the number of species in the clade in genbank

Description

Information about the number of species in the clade in genbank

Usage

get_genbank_count(taxon)

Arguments

taxon

The clade of interest

Value

The count of species in genbank

Examples

taxon <- "Myrmecocystus"
print(paste("There are", get_genbank_count(taxon), "species of", taxon, "in GenBank"))

bomeara/chapter2 documentation built on July 22, 2023, 3:19 a.m.