
Add subplot observations features
add_subplot_observations_feat.RdA short description...
Usage
add_subplot_observations_feat(
new_data,
id_sub_plots = "id_sub_plots",
features,
allow_multiple_value = FALSE,
add_data = FALSE
)Arguments
- new_data
A data frame containing the new observations to add.
- id_sub_plots
A single string specifying the column name for subplot IDs. Optional.
- features
A character vector of feature names to process.
- allow_multiple_value
A single logical value indicating whether multiple values are allowed. Optional.
- add_data
A single logical value indicating whether to actually add data to the database. Optional.