void {flextable} | R Documentation |
Delete flextable content
Description
Set content display as a blank " "
.
Usage
void(x, j = NULL, part = "body")
Arguments
x |
|
j |
columns selection |
part |
partname of the table |
Examples
ftab <- flextable(head(mtcars))
ftab <- void(ftab, ~ vs + am + gear + carb)
ftab
[Package flextable version 0.9.6 Index]