Append event-level (effort) rows into the core sample_measurement table
Source: R/model.R
append_sample_measurement.Rdselect_sql must yield sample_key, dataset_key, measurement_type,
measurement_value, measurement_qual by name.
Arguments
- con
a DuckDB connection (open via
get_duckdb_con())- select_sql
a SELECT producing the canonical
obscolumns by name- tbl
target table (default
"sample_measurement")