You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Create a batch of certificates for NMFS Openscapes cohorts
35
18
36
-
First load data from a cohort google sheet:
19
+
First load data from the Champions registry google sheet and participants sheet:
37
20
38
21
```{r}
39
22
#| eval: false
@@ -44,24 +27,8 @@ registry <- read_sheet(
44
27
participants <- read_sheet("URL to OpenscapesParticipantsMainList")
45
28
```
46
29
47
-
Then call the `create_batch_certificates()` function to create the certificates:
48
-
49
-
```{r}
50
-
#| eval: false
51
-
52
-
create_batch_certificates(
53
-
registry = registry,
54
-
participants = participants,
55
-
cohort_name = "2023-fred-hutch",
56
-
output_dir = "~/Desktop/fred-hutch-certificates"
57
-
)
58
-
59
-
```
60
-
61
-
## Create a batch of certificates for NMFS Openscapes cohorts
62
-
63
-
The process is the same as for the standard cohorts, but set the `cohort_type`
64
-
parameter to `"nmfs"`, and it will use the appropriate NMFS Openscapes template.
30
+
Then run `create_batch_certificates()`, set the `cohort_type` parameter to `"nmfs"`, and set `cohort_name` to the name that matches the cohort in the registry.
31
+
The function will create certificates using the appropriate NMFS Openscapes template.
0 commit comments