| list_institutes {genesysr} | R Documentation | 
List FAO WIEWS institutes.
Description
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
Usage
list_institutes(filters = list(), at.least = NULL)
Arguments
filters | 
 an R   | 
at.least | 
 stop fetching when at.least records are received from Genesys  | 
Value
List of institutes
See Also
Examples
## Not run: 
  # Retrieve taxa of selected accessions
  filters <- c();
  filters$accessions = TRUE; # Has accessions in Genesys
  institutes <- genesysr::list_institutes(filters)
## End(Not run)
[Package genesysr version 2.1.1 Index]