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
Load other packages that we will need to get started.
18
18
19
-
```{r 00-setup, message = FALSE}
19
+
```{r 00-setup, message = FALSE, echo = TRUE}
20
20
library(traits)
21
21
library(ggplot2)
22
22
library(ggthemes)
@@ -26,14 +26,14 @@ library(dplyr)
26
26
27
27
Create a file that contains your API key. If you have signed up for access to the TERRA REF database, your API key will have been sent to you in an email. The public key will provide access to all metadata; you will need a personal key _and_ permissions to access the trait data. If you receive empty (NULL) datasets, it is likely that you do not have permissions.
28
28
29
-
```{r writing-key}
29
+
```{r writing-key, echo = TRUE}
30
30
# This should be done once with the key sent to you in your email
0 commit comments