From 533fe9e4db0b5c001343cec7a081a8df7e5e59cc Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Fri, 10 May 2024 16:39:07 +0200 Subject: [PATCH] Remove cat_wrap ref #26 --- R/parser.R | 5 ----- 1 file changed, 5 deletions(-) diff --git a/R/parser.R b/R/parser.R index e41a2ae..e7f0a8f 100644 --- a/R/parser.R +++ b/R/parser.R @@ -617,11 +617,6 @@ date_names_langs <- function() { is.date_names <- function(x) inherits(x, "date_names") -cat_wrap <- function(header, body) { - body <- strwrap(body, exdent = nchar(header)) - cat(header, paste(body, collapse = "\n"), "\n", sep = "") -} - ## col_spec #' Create column specification