mcpd_filter | R Documentation |
See FAO/Bioversity Multi-Crop Passport Descriptors.
mcpd_filter(
filter = list(),
INSTCODE = NULL,
DOI = NULL,
ORIGCTY = NULL,
SAMPSTAT = NULL,
GENUS = NULL,
SPECIES = NULL
)
filter |
Existing filters (or blank list if not provided) |
INSTCODE |
WIEWS Institute Code of the holding institute |
DOI |
Accession DOI |
ORIGCTY |
Country of origin |
SAMPSTAT |
Biological status of sample |
GENUS |
List of genera |
SPECIES |
List of specific epithets (within specified genera) |
# Filter accessions from Mexico and Slovenia
mcpd_filter(ORIGCTY = c("MEX", "SVN"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.