We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6f964 commit ee60955Copy full SHA for ee60955
1 file changed
traits/03-access-r-traits.Rmd
@@ -74,8 +74,8 @@ Now the same query can be reduced to:
74
75
```{r sv_area}
76
sorghum_height <- betydb_query(table = 'search',
77
- trait = "plant_height",
78
- site = "~MAC",
+ trait = "canopy_cover",
+ site = "~Season 6",
79
limit = 'none')
80
```
81
0 commit comments