mcpd_filter {genesysr} | R Documentation |
Make or adjust filter using MCPD terminology
Description
See FAO/Bioversity Multi-Crop Passport Descriptors.
Usage
mcpd_filter(
filter = list(),
INSTCODE = NULL,
DOI = NULL,
ORIGCTY = NULL,
SAMPSTAT = NULL,
GENUS = NULL,
SPECIES = NULL
)
Arguments
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) |
Examples
# Filter accessions from Mexico and Slovenia
mcpd_filter(ORIGCTY = c("MEX", "SVN"))
[Package genesysr version 2.1.1 Index]