We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464faf2 commit 114cf39Copy full SHA for 114cf39
1 file changed
traits/03-access-r-traits.Rmd
@@ -76,10 +76,7 @@ Now the same query can be reduced to:
76
sorghum_height <- betydb_query(table = 'search',
77
trait = "plant_height",
78
site = "~MAC",
79
- api_version = 'beta',
80
- limit = 'none',
81
- betyurl = "https://terraref.ncsa.illinois.edu/bety/",
82
- key = readLines('~/.betykey', warn = FALSE))
+ limit = 'none')
83
```
84
85
### Time series of height
0 commit comments