Set italic font
change font decoration of selected rows and columns of a flextable.
italic(x, i = NULL, j = NULL, italic = TRUE, part = "body")
x |
a flextable object |
i |
rows selection |
j |
columns selection |
italic |
boolean value |
part |
partname of the table (one of 'all', 'body', 'header', 'footer') |
ft <- flextable(head(mtcars)) ft <- italic(ft, italic = TRUE, part = "header")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.