Delete flextable content
Set content display as a blank " "
.
void(x, j = NULL, part = "body")
x |
|
j |
columns selection |
part |
partname of the table |
ftab <- flextable(head(mtcars)) ftab <- void(ftab, ~ vs + am + gear + carb ) ftab
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.