Summarize attribute structure from a DuckDB database
summarize_attr_table.RdConvenience wrapper that reads the ATTRIBUTES table from a DuckDB
database and summarizes its contents using
summarize_attr_schema(). The result provides a compact
overview of all attribute names, their frequencies, and example values.
Value
A tidy data.frame summarizing attribute usage, typically
including columns such as:
attr_name- the attribute namen_records- number of occurrences across all nodesn_objects- number of unique OBJECTIDs containing itn_unique_vals- number of distinct values observedexample_value- representative example value