Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 7, 2023
1 parent caedb63 commit a898629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/assess-quality.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ bearer <- "BEARER-TOKEN-HERE"
```

```{r bearer, include = FALSE}
bearer <- read.csv("~/Desktop/bearer_bm.csv")$token
#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 a898629

Please sign in to comment.