We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0689fb commit f90e3b2Copy full SHA for f90e3b2
1 file changed
vignettes/getting_started.qmd
@@ -76,6 +76,17 @@ traitsview
76
| `sitename` | Research site | Energy Farm, Urbana IL |
77
| `author` | Citation author | Heaton 2008 |
78
| `checked` | QA/QC status (0 = unchecked, 1 = verified) | 0, 1 |
79
+| `result_type` | Source table: "traits" or "yields" | traits, yields |
80
+| `id` | Row ID within the source table | 1, 42 |
81
+
82
+::: {.callout-important}
83
+## Unique Row Identifier
84
85
+The `traitsview` table is a union of BETYdb `traits` and `yields` tables.
86
+The row key is `(result_type, id)`, not `id` alone; same `id`
87
+value can appear under both `result_type = "traits"` and
88
+`result_type = "yields"`.
89
+:::
90
91
## Basic Exploration
92
0 commit comments