classification_gbif: Get taxonomic classification data from GBIF

View source: R/classification_gbif.R

classification_gbifR Documentation

Get taxonomic classification data from GBIF

Description

Get taxonomic classification data from GBIF

Usage

classification_gbif(
  name,
  rank = NULL,
  kingdom = NULL,
  phylum = NULL,
  class = NULL,
  order = NULL,
  family = NULL,
  genus = NULL,
  strict = FALSE,
  start = NULL,
  asList = TRUE,
  rows = NULL
)

Arguments

name

character. Scientific name of the taxon.

rank

character. Taxonomic rank of the taxon. One of 'kingdom', 'phylum', 'class', 'order', 'family', 'genus' or 'species'.

kingdom

character. Which kingdom should the taxon be a child of.

phylum

character. Which phylum should the taxon be a child of. Ignored if rank is higher.

class

character. Which class should the taxon be a child of. Ignored if rank is higher.

order

character. Which order should the taxon be a child of. Ignored if rank is higher.

family

character. Which family should the taxon be a child of. Ignored if rank is higher.

genus

character. Which genus should the taxon be a child of. Ignored if rank is higher.

strict

logical. If matching should be strict.

start

numeric.

asList

logical. If the output should be a list. Default TRUE.

rows

numeric.


salix-d/salix_miscFuns documentation built on Aug. 14, 2024, 7:45 p.m.