query_taxa: List, extract taxa

query_taxaR Documentation

List, extract taxa

Description

Provide list of selected taxa

Usage

query_taxa(
  class = NULL,
  family = NULL,
  genus = NULL,
  order = NULL,
  species = NULL,
  only_genus = FALSE,
  only_family = FALSE,
  only_class = FALSE,
  ids = NULL,
  verbose = TRUE,
  exact_match = FALSE,
  check_synonymy = TRUE,
  extract_traits = TRUE
)

Arguments

class

character string of class

family

string

genus

string

order

string

species

string genus followed by species name separated by one space

only_genus

logical

only_family

logical

only_class

logical

ids

integer id of searched taxa

verbose

logical

exact_match

logical

check_synonymy

logical

extract_traits

logical

tax_nam01

string

tax_nam02

string

Value

A tibble of all taxa

A tibble of plots or individuals if extract_individuals is TRUE

Author(s)

Gilles Dauby, gilles.dauby@ird.fr


gdauby/bdd_plots_central_africa documentation built on April 12, 2024, 1:15 a.m.