Skip to content

Commit 39d8214

Browse files
committed
fix: doc inconsistency for set_table_properties with layout that defaults to "fixed"
fix #675
1 parent 33e513c commit 39d8214

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: flextable
33
Title: Functions for Tabular Reporting
4-
Version: 0.9.8.002
4+
Version: 0.9.8.003
55
Authors@R: c(
66
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
77
person("ArData", role = "cph"),

R/flextable.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ regulartable <- function(data, col_keys = names(data), cwidth = .75, cheight = .
445445
#' @note
446446
#' PowerPoint output ignore 'autofit layout'.
447447
#' @param x flextable object
448-
#' @param layout 'autofit' or 'fixed' algorithm. Default to 'autofit'.
448+
#' @param layout 'autofit' or 'fixed' algorithm. Default to 'fixed'.
449449
#' @param width The parameter has a different effect depending on the
450450
#' output format. Users should consider it as a minimum width.
451451
#' In HTML, it is the minimum width of the space that the

man/set_table_properties.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)