Skip to content

Commit 96a9992

Browse files
committed
minor revert
1 parent 50b5a73 commit 96a9992

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

R/officer.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ body_add_normal = function(doc, ..., .sep="", style=NULL, squish=TRUE, font_size
209209
#' body_add_title("Description", 2) %>%
210210
#' body_add_normal("La table iris a ", ncol(iris), " colonnes.")
211211
#' #write_and_open(doc)
212-
body_add_title = function(doc, value, level=1, ..., squish=TRUE,
212+
body_add_title = function(doc, value, level=1, squish=TRUE,
213213
envir=parent.frame(),
214214
style=getOption("crosstable_style_heading", "heading")) {
215215
assert_integerish(level)

man/body_add_title.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)