- x
a flextable object
- ft.align
flextable alignment, supported values are 'left', 'center' and 'right'.
- ft.split
Word option 'Allow row to break across pages' can be
activated when TRUE.
- ft.keepnext
default TRUE
. Word option 'keep rows
together' is activated when TRUE. It avoids page break
within tables. This is handy for small tables, i.e. less than
a page height.
Be careful, if you print long tables, you should
rather set its value to FALSE
to avoid that the tables
also generate a page break before being placed in the
Word document. Since Word will try to keep it with the next
paragraphs that follow the tables.
- ft.tabcolsep
space between the text and the left/right border of its containing
cell, the default value is 8 points.
- ft.arraystretch
height of each row relative to its default
height, the default value is 1.5.
- ft.latex.float
type of floating placement in the document, one of:
'none' (the default value), table is placed after the preceding
paragraph.
'float', table can float to a place in the text where it fits best
'wrap-r', wrap text around the table positioned to the right side of the text
'wrap-l', wrap text around the table positioned to the left side of the text
'wrap-i', wrap text around the table positioned inside edge-near the binding
'wrap-o', wrap text around the table positioned outside edge-far from the binding
- ft.left, ft.top
Position should be defined with options ft.left
and ft.top
. Theses are the top left coordinates in inches
of the placeholder that will contain the table. Their
default values are 1 and 2 inches.
- text_after
The string you put here will be added after printing the content of the flextable.
For example, you can put "\\pagebreak" here to have tables produced with page breaks.
- webshot
webshot package as a scalar character, one of "webshot" or
"webshot2".
- bookdown
TRUE
or FALSE
(default) to support cross referencing with bookdown.
- pandoc2
TRUE
(default) or FALSE
to get the string in a pandoc raw HTML attribute
(only valid when pandoc version is >= 2
.
- print
print output if TRUE
- ...
unused arguments