Skip to content

Commit 2b028c1

Browse files
committed
query canopy_height from season 2 instead of season 6
1 parent 6f1fc72 commit 2b028c1

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
@@ -69,7 +69,7 @@ options(betydb_key = readLines('.betykey', warn = FALSE),
6969

7070
Now the same query can be reduced to:
7171

72-
```{r query-species-reduce, echo = TRUE, results = FALSE}
72+
```{r query-species-reduce, echo = TRUE}
7373
sorghum_info <- betydb_query(table = 'species',
7474
genus = "Sorghum",
7575
limit = 'none')
@@ -81,7 +81,7 @@ Now let's query some trait data.
8181
```{r canopy_height, echo = TRUE, results = FALSE}
8282
sorghum_height <- betydb_query(table = 'search',
8383
trait = "canopy_height",
84-
sitename = "~Season 6",
84+
sitename = "~Season 2",
8585
limit = 'none')
8686
```
8787

0 commit comments

Comments
 (0)