clinify_titles_default {clinify} | R Documentation |
The function to apply default title styling
Description
Next styling is applied:
– font colour - black
– all borders are removed
– font style - Courier New, 9pt, not bold, not italic
– interval between rows - 1 space
– padding - bottom = 0, top = 0
Usage
clinify_titles_default(x, ...)
Arguments
x |
flextable object that is modified by the function. |
... |
any additional arguments |
Details
One has to specify the width of the page header "table", which in this case is landscape page width (11.42 in) minus two times 1 in margin. ALL headers would have 3 columns underneath the hood (for left, center and right-aligned text). Hence we divide by 3 to specify the width of a single column
Value
None
[Package clinify version 0.1.2 Index]