list_institutes | R Documentation |
Institute filters: - code: list of WIEWS institute codes - accessions: boolean, TRUE list only institutes with accessions in Genesys, FALSE without accessions - country$code3: list of ISO3166 country codes
list_institutes(filters = list(), at.least = NULL)
filters |
an R |
at.least |
stop fetching when at.least records are received from Genesys |
List of institutes
mcpd_filter
## Not run:
# Retrieve taxa of selected accessions
filters <- c();
filters$accessions = TRUE; # Has accessions in Genesys
institutes <- genesysr::list_institutes(filters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.