Learn R Programming

genesysr (version 2.2.0)

check_taxonomy: Check MCPD taxonomic data (GENUS, SPECIES, SPAUTHOR, SUBTAXA, SUBTAUTHOR) using https://validator.genesys-pgr.org.

Description

Duplicate input rows are removed using dplyr::distinct() and results are returned for unique rows.

Usage

check_taxonomy(mcpd, toCurrentTaxa = FALSE)

Value

Results from validator

Arguments

mcpd

Accession passport data in MCPD format

toCurrentTaxa

Should obsoleted names be reported?

Examples

Run this code
if (FALSE) {
  taxaCheck <- genesysr::check_taxonomy(mcpd)
}

Run the code above in your browser using DataLab