Skip to content

Commit 1b56a41

Browse files
Allow messages in create_template() stating if tables aren't found, and how to make them, to match messaging produced for figures
1 parent a6e60f2 commit 1b56a41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

R/create_template.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,9 @@ create_template <- function(
616616
subdir = subdir,
617617
tables_dir = tables_dir
618618
)
619-
} |>
620-
suppressMessages() |>
621-
suppressWarnings()
619+
} # |>
620+
# suppressMessages() |>
621+
# suppressWarnings()
622622
} else {
623623
# extract name for tables.qmd from report folder
624624
tables_doc_name <- list.files(file_dir, pattern = "tables.qmd")

0 commit comments

Comments
 (0)