Skip to content

Commit ee60955

Browse files
committed
small change to traits query
1 parent 8c6f964 commit ee60955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

traits/03-access-r-traits.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Now the same query can be reduced to:
7474

7575
```{r sv_area}
7676
sorghum_height <- betydb_query(table = 'search',
77-
trait = "plant_height",
78-
site = "~MAC",
77+
trait = "canopy_cover",
78+
site = "~Season 6",
7979
limit = 'none')
8080
```
8181

0 commit comments

Comments
 (0)