add_subplot_features: Add an observation in subplot_features table

add_subplot_featuresR Documentation

Add an observation in subplot_features table

Description

Add a trait measure in subplot_features table

Usage

add_subplot_features(
  new_data,
  col_names_select = NULL,
  col_names_corresp = NULL,
  collector_field = NULL,
  plot_name_field = NULL,
  id_plot_name = NULL,
  id_plot_name_corresp = "id_table_liste_plots_n",
  subplottype_field,
  add_data = FALSE,
  ask_before_update = TRUE,
  verbose = TRUE
)

Arguments

new_data

tibble

col_names_select

string vector

col_names_corresp

string vector

collector_field

string column name which contain the collector name

plot_name_field

string column name which contain the plot_name for linking

id_plot_name

string id of plot_name

subplottype_field

string vector listing trait columns names in new_data

add_data

logical whether or not data should be added - by default FALSE

ask_before_update

logical ask before adding

verbose

logical

Value

list of tibbles that should be/have been added

Author(s)

Gilles Dauby, gilles.dauby@ird.fr


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