Skip to content

Commit 20848ca

Browse files
Add changes to options for newest traits package version to work
1 parent 812beaa commit 20848ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vignettes/04-synthesis-data.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ library(traits)
2222
library(sf)
2323
library(stringr)
2424
options(betydb_url = "https://terraref.ncsa.illinois.edu/bety/",
25-
betydb_api_version = 'v1')
25+
betydb_api_version = 'beta',
26+
betydb_key = '9999999999999999999999999999999999999999')
2627
```
2728

2829
```{r get_trait_data, message = FALSE}

0 commit comments

Comments
 (0)