mcpd_filter: 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
Run this code # Filter accessions from Mexico and Slovenia
mcpd_filter(ORIGCTY = c("MEX", "SVN"))
Run the code above in your browser using DataLab