Learn R Programming

genesysr (version 2.1.1)

list_species: Fetch taxonomic data of selected accessions.

Description

Fetch taxonomic data of selected accessions.

Usage

list_species(filters = list())

Value

Taxonomic records of selected accessions

Arguments

filters

an R structure with Genesys filters

See Also

mcpd_filter

Examples

Run this code
if (FALSE) {
  # Retrieve taxa of selected accessions
  taxa <- genesysr::list_species(mcpd_filter(INSTCODE = c("LBN002", "MEX002")))
}

Run the code above in your browser using DataLab