Learn R Programming

genesysr (version 0.9.2)

mcpd_filter: Make or adjust filter using MCPD terminology

Description

See FAO/Bioversity Multi-Crop Passport Descriptors.

Usage

mcpd_filter(filter = list(), DOI = NULL, ORIGCTY = NULL,
  SAMPSTAT = NULL)

Arguments

filter

Existing filters (or blank list if not provided)

DOI

Accession DOI

ORIGCTY

Country of origin

SAMPSTAT

Biological status of sample

Examples

Run this code
# NOT RUN {
 # Filter accessions from Mexico and Slovenia
 mcpd_filter(ORIGCTY = c("MEX", "SVN"))


# }

Run the code above in your browser using DataLab