Skip to content

Commit

Permalink
Merge pull request #102 from Openscapes/rm-link
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
stefaniebutland authored Apr 30, 2024
2 parents ea9a42f + d591349 commit 3dc0c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/create-certificates.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ First load data from a cohort google sheet:
#| eval: false
registry <- read_sheet("https://docs.google.com/spreadsheets/d/1Ys9KiTXXmZ_laBoCV2QWEm7AcnGSVQaXvm2xpi4XTSc")
participants <- read_sheet("https://docs.google.com/spreadsheets/d/10ub0NKrPa1phUa_X-Jxg8KYH57WGLaZzBN-vQT4e10o")
participants <- read_sheet("url for OpenscapesParticipantsMainList")
```

Then subset the data: create `registry` and `participants` where Cohort is 2023-fred-hutch.
Expand Down

0 comments on commit 3dc0c53

Please sign in to comment.