list_species {genesysr} | R Documentation |
Fetch taxonomic data of selected accessions.
list_species(filters = list())
filters |
an R |
Taxonomic records of selected accessions
## Not run:
# Retrieve taxa of selected accessions
taxa <- genesysr::list_species(mcpd_filter(INSTCODE = c("LBN002", "MEX002")))
## End(Not run)