list_institutes {genesysr} | 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
## Not run:
# Retrieve taxa of selected accessions
filters <- c();
filters$accessions = TRUE; # Has accessions in Genesys
institutes <- genesysr::list_institutes(filters)
## End(Not run)