update_traits_measures: Update traits_measurements table

update_traits_measuresR Documentation

Update traits_measurements table

Description

Update traits_measurements table

Usage

update_traits_measures(
  new_data,
  col_names_select = NULL,
  col_names_corresp = NULL,
  id_trait = NULL,
  id_col,
  launch_update = FALSE,
  add_backup = TRUE
)

Arguments

new_data

tibble

launch_update

logical if TRUE updates are performed

add_backup

logical whether backup of modified data should be recorded

trait_values_new_data

string vector with columns names of new_data that contain traits measures

col_names_trait_corresp

string vector with trait names corresponding to trait_values_new_data

measures_property_new_data

string vector with columns names new_data others than traits measures values

col_names_property_corresp

string vector with corresponding columns names for measures_property_new_data

id_new_data

integer which column of new_data contain the trait measure id to match dataset

col_name_id_corresp

integer which column of new_data contain the id to match dataset

Value

No return value individuals updated

Author(s)

Gilles Dauby, gilles.dauby@ird.fr


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