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