Skip to content

Commit

Permalink
load bearer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 5, 2023
1 parent d74c0e0 commit 20d8a84
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vignettes/assess-quality.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ knitr::opts_chunk$set(
message = FALSE,
comment = "#>"
)
bearer <- read.csv("~/Desktop/bearer_bm.csv")$token
```

### Overview <a name="overview"></a>
Expand Down Expand Up @@ -57,6 +55,13 @@ library(dplyr)
library(exactextractr)
library(lubridate)
library(tidyr)
bearer <- "BEARER-TOKEN-HERE"
```

```{r bearer, include = FALSE}
#bearer <- read.csv("~/Desktop/bearer_bm.csv")$token
bearer <- read.csv("https://www.dropbox.com/scl/fi/pipze9nvak5qo7pedvwb4/bearer_bm.csv?rlkey=bkpv62s657c5w9jbchpg2vvr7&dl=1")$token
```

```{r}
Expand Down

0 comments on commit 20d8a84

Please sign in to comment.