Skip to content

Commit

Permalink
minor revert
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Sep 29, 2024
1 parent 50b5a73 commit 96a9992
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/officer.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ body_add_normal = function(doc, ..., .sep="", style=NULL, squish=TRUE, font_size
#' body_add_title("Description", 2) %>%
#' body_add_normal("La table iris a ", ncol(iris), " colonnes.")
#' #write_and_open(doc)
body_add_title = function(doc, value, level=1, ..., squish=TRUE,
body_add_title = function(doc, value, level=1, squish=TRUE,
envir=parent.frame(),
style=getOption("crosstable_style_heading", "heading")) {
assert_integerish(level)
Expand Down
1 change: 0 additions & 1 deletion man/body_add_title.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96a9992

Please sign in to comment.