Skip to content

Commit 26ad844

Browse files
committed
remove cache from canopy_height chunk
1 parent dfce7fc commit 26ad844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

traits/03-access-r-traits.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sorghum_info <- betydb_query(table = 'species',
7878
### Time series of height
7979

8080
Now let's query some trait data.
81-
```{r canopy_height, echo = TRUE, results = FALSE, cache = TRUE}
81+
```{r canopy_height, echo = TRUE, results = FALSE}
8282
sorghum_height <- betydb_query(table = 'search',
8383
trait = "canopy_height",
8484
sitename = "~Season 6",

0 commit comments

Comments
 (0)