Skip to content

Commit

Permalink
Remove cat_wrap ref #26
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed May 10, 2024
1 parent 9d007f6 commit 533fe9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 533fe9e

Please sign in to comment.