Skip to content

Commit 114cf39

Browse files
authored
Update 03-access-r-traits.Rmd
1 parent 464faf2 commit 114cf39

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

traits/03-access-r-traits.Rmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ Now the same query can be reduced to:
7676
sorghum_height <- betydb_query(table = 'search',
7777
trait = "plant_height",
7878
site = "~MAC",
79-
api_version = 'beta',
80-
limit = 'none',
81-
betyurl = "https://terraref.ncsa.illinois.edu/bety/",
82-
key = readLines('~/.betykey', warn = FALSE))
79+
limit = 'none')
8380
```
8481

8582
### Time series of height

0 commit comments

Comments
 (0)