update_plot_data: Update plot metadata

View source: R/updates_tables_functions.R

update_plot_dataR Documentation

Update plot metadata

Description

Update metadata plot _ only one plot at a time

Usage

update_plot_data(
  team_lead = NULL,
  plot_name = NULL,
  country = NULL,
  method = NULL,
  date_y = NULL,
  id_table_plot = NULL,
  new_plot_name = NULL,
  new_team_leader = NULL,
  new_principal_investigator = NULL,
  new_data_manager = NULL,
  new_additional_people = NULL,
  new_country = NULL,
  new_ddlat = NULL,
  new_ddlon = NULL,
  new_elevation = NULL,
  new_method = NULL,
  new_province = NULL,
  new_data_provider = NULL,
  new_locality_name = NULL,
  new_topo_comment = NULL,
  add_backup = TRUE,
  ask_before_update = TRUE
)

Arguments

team_lead

string name of the team leader of the selected plot

plot_name

string plot name of the selected plots

country

string country of the selected plots

method

string method of the selected plots

date_y

integer year of collect of the selected plots

id_table_plot

integer id of plot to be updated

new_plot_name

string new plot name

new_team_leader

string new team leader

new_principal_investigator

string

new_data_manager

string

new_additional_people

string

new_country

string new country

new_ddlat

double new latitude in decimal degrees

new_ddlon

double new longitude in decimal degrees

new_elevation

integer new elevation data

new_method

string new method data

new_province

string new province data

new_topo_comment

string

add_backup

logical whether backup of modified data should be recorded

Value

No return value, new plots are added

Author(s)

Gilles Dauby, gilles.dauby@ird.fr


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