Skip to content

Commit

Permalink
Update login for relevant vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 23, 2024
1 parent 5e04550 commit 430c496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/access-utilities.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This explains some access-related utilities and use cases where they're helpful.
The usual setup:
```{r setup, eval=F}
library(nfportalutils)
synapser::synLogin()
synapser::synLogin(authToken = Sys.getenv("SYNAPSE_AUTH_TOKEN"))
```

## Give selected access to an individual or team
Expand Down
2 changes: 1 addition & 1 deletion vignettes/revalidation-workflows.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ First set up as usual.
```r

library(nfportalutils)
syn_login(Sys.getenv("SYNAPSE_AUTH_TOKEN"))
synapser::synLogin(authToken = Sys.getenv("SYNAPSE_AUTH_TOKEN"))
```

## Basics with Schematic API service
Expand Down

0 comments on commit 430c496

Please sign in to comment.