View source: R/updates_tables_functions.R
update_subplots_table | R Documentation |
Update subplot_table
update_subplots_table(
subplots_id = NULL,
new_id_type_sub_plot = NULL,
new_typevalue = NULL,
new_year = NULL,
new_month = NULL,
new_day = NULL,
new_colnam = NULL,
new_add_people = NULL,
ask_before_update = TRUE,
add_backup = TRUE,
show_results = TRUE
)
subplots_id |
integer id of subplot to update |
new_id_type_sub_plot |
id of new type subplot |
new_typevalue |
numeric new value of type subplot |
new_year |
integer new year of subplot |
new_month |
integer new month of subplot |
new_day |
integer new day of subplot |
new_colnam |
character new colnam of subplot |
ask_before_update |
logical TRUE by default, ask for confirmation before updating |
add_backup |
logical TRUE by default, add backup |
show_results |
logical TRUE by default, show the data that has been modified |
No return value individuals updated
Gilles Dauby, gilles.dauby@ird.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.