Learn R Programming

genesysr (version 2.1.1)

list_institutes: 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)

Value

List of institutes

Arguments

filters

an R structure with Institute filters

at.least

stop fetching when at.least records are received from Genesys

See Also

mcpd_filter

Examples

Run this code
if (FALSE) {
  # Retrieve taxa of selected accessions
  filters <- c();
  filters$accessions = TRUE; # Has accessions in Genesys
  institutes <- genesysr::list_institutes(filters)
}

Run the code above in your browser using DataLab