Skip to contents

Each row of `data_liste_sub_plots` for the plots, annotated with how many records feed the same extracted column (`n_records`) and what that column would show (`aggregate_display`). When `n_records > 1` the extracted value is an aggregate and only these records can be edited.

Usage

.upd_plot_feature_records(id_plot, con)

Arguments

id_plot

Integer vector, `data_liste_plots.id_liste_plots`.

con

A DBI connection.

Value

A tibble, one row per subplot record, carrying `id_plot` and `plot_name` ahead of the shared feature columns; zero rows if the plots have no features.

Details

Several plots can be asked for at once, which is how the feature wizard shows what a whole selection already holds. The annotation is then computed within each plot: a feature backed by one record in each of three plots is an aggregate in none of them.