You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/01-get-trait-data-R.Rmd
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ Our example will show how to query for season 6 data <!-- what is a season? need
21
21
22
22
### Getting Started
23
23
24
-
First, we will need to install and load the traits package from github, and load it into our environment, along with the other packages we will use in this tutorial.
24
+
First, we will need to install and load the traits package from CRAN, and load it into our environment, along with the other packages we will use in this tutorial.
The TERRA REF database contains trait data for many other seasons of observation, and available data may vary by season. Here, we get a visual summary of available traits and methods of measurement for a season.
50
51
51
-
First we construct a general query for the Season 4 data. This returns all season 4 data. The function `betydb_query` takes as arguments `key = "value"` pairs which represent columns in the database to query. In this example, we `sitename` column for season 4 data, and set the limit to "none" to return all records. By default, the function will search all tables in the database. To specify a particular table you can use the `table` argument.
52
+
First we construct a general query for the Season 4 data. This returns all season 4 data. The function `betydb_query` takes as arguments `key = "value"` pairs which represent columns in the database to query. In this example, we set `sitename` column for season 4 data, and set the limit to "none" to return all records. By default, the function will search all tables in the database. To specify a particular table you can use the `table` argument.
0 commit comments