The name of the taxon; a binomial name if the taxon is of rank species
rank
The taxonomic rank (e.g. 'Genus')
Details
If your input vector or list of NCBI IDs is longer than about 8000 characters
(use nchar(paste(ids, collapse = "+"))), split the list up into chunks since
at about that number of characters you will run into the HTTP 414 error
"Request-URI Too Long".