Skip to content

Commit 43ef5c5

Browse files
ateucherseankross
andauthored
Apply suggestions from code review
Co-authored-by: Sean Kross <[email protected]>
1 parent 3091527 commit 43ef5c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/create_certificate.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)