Set content display as a blank " ".
" "
void(x, j = NULL, part = "body")
x
flextable object
flextable
j
columns selection
part
partname of the table
ft <- flextable(mtcars) ft <- void(ft, ~ vs + am + gear + carb )