taxonomy_handler: This function creates a taxonomic coverage data object.

View source: R/taxonomy.R

taxonomy_handlerR Documentation

This function creates a taxonomic coverage data object.

Description

This function creates a taxonomic coverage data object.

Usage

taxonomy_handler(input, genus_epithet = NULL, genus = NULL,
  epithet = NULL, subspecies = NULL)

Examples

## Not run: 
datpath <- system.file("inst/ext/data_gbif_1.csv", package = "mdextract")
dat <- read.csv(datpath)
taxonomy_handler(input=dat, fields=c('name'))

## End(Not run)

ropensci/mdextract documentation built on May 18, 2022, 5:37 p.m.