Skip to content

Commit 1506e11

Browse files
committed
Update save_with_rmarkdown.R
1 parent e2c524e commit 1506e11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/save_with_rmarkdown.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ save_with_rmarkdown <- function(x, path, reference_docx = NULL, output = "docx")
6868
chr_rmarkdown_chunk <- .create_chunks(ifelse(inherits(x, "list"), length(x), 1L))
6969

7070
chr_rmarkdown <- c(chr_rmarkdown_yaml, "", chr_rmarkdown_chunk)
71-
cat(chr_rmarkdown, sep = "\n")
7271

7372
# write file via R markdown --------------------------------------------------
7473
writeLines(chr_rmarkdown, con = temp_file_rmd)

0 commit comments

Comments
 (0)