Skip to content

Commit

Permalink
Fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 23, 2024
1 parent 430c496 commit 5928e7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vignettes/access-utilities.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
```{r, include = FALSE }
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
Expand All @@ -20,10 +20,9 @@ This explains some access-related utilities and use cases where they're helpful.

## Set up

The usual setup:
```{r setup, eval=F}
library(nfportalutils)
synapser::synLogin(authToken = Sys.getenv("SYNAPSE_AUTH_TOKEN"))
# library(nfportalutils)
# synapser::synLogin(authToken = Sys.getenv("SYNAPSE_AUTH_TOKEN"))
```

## Give selected access to an individual or team
Expand Down

0 comments on commit 5928e7d

Please sign in to comment.