query_specimens: Exploring specimens data

query_specimensR Documentation

Exploring specimens data

Description

Exploring specimens data and if necessary export labels

Usage

query_specimens(
  collector = NULL,
  id_colnam = NULL,
  number = NULL,
  number_min = NULL,
  number_max = NULL,
  genus_searched = NULL,
  tax_esp_searched = NULL,
  tax_fam_searched = NULL,
  id_search = NULL,
  subset_columns = TRUE,
  show_previous_modif = TRUE,
  generate_labels = FALSE,
  project_title = "Reference specimens collected in trees inventory",
  file_labels = "labels",
  extract_linked_individuals = FALSE
)

Arguments

collector

string collector name

id_colnam

integer id of collector

number

integer specimen number

number_min

integer minimum specimen number

number_max

integer maximum specimen number

genus_searched

string specimens of genus searched

tax_esp_searched

string specimens of species searched

tax_fam_searched

string specimens of family searched

id_search

integer id searched

subset_columns

logical if only a subset of columns should be provided

show_previous_modif

logical if you want to see previous modification of the entry - useful to see previous identification for example

generate_labels

logical if labels should be produced

project_title

string if labels are produced title of the label

file_labels

string if labels are produced name of the rtf file

extract_linked_individuals

logical extract individuals linked to selected specimens

Value

A tibble

Author(s)

Gilles Dauby, gilles.dauby@ird.fr


gdauby/bdd_plots_central_africa documentation built on March 12, 2024, 9:29 a.m.