File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ create_certificate <- function(
127127# '
128128# ' @examples
129129# ' \dontrun{
130- # ' registry <- read_sheet("path-to-registry")
131- # ' participants <- read_sheet("path-to-participants")
130+ # ' registry <- googlesheets4:: read_sheet("path-to-registry")
131+ # ' participants <- googlesheets4:: read_sheet("path-to-participants")
132132# '
133133# ' create_batch_certificates(
134134# ' registry,
@@ -222,7 +222,7 @@ create_batch_certificates <- function(
222222# ' participants <- read_csv("zoom-participants.csv")
223223# '
224224# ' create_batch_pathways_certificates(
225- # ' particpants ,
225+ # ' participants ,
226226# ' start_date = "2024-01-01",
227227# ' end_date = "2024-02-01",
228228# ' "~/Desktop/pathways-certificates"
You can’t perform that action at this time.
0 commit comments