Set content display as a blank " "
.
Usage
void(x, j = NULL, part = "body")
Arguments
- x
flextable
object
- j
columns selection
- part
partname of the table
Examples
ftab <- flextable(head(mtcars))
ftab <- void(ftab, ~ vs + am + gear + carb)
ftab
mpg | cyl | disp | hp | drat | wt | qsec | vs | am | gear | carb |
---|
21.0 | 6 | 160 | 110 | 3.90 | 2.620 | 16.46 |
|
|
|
|
21.0 | 6 | 160 | 110 | 3.90 | 2.875 | 17.02 |
|
|
|
|
22.8 | 4 | 108 | 93 | 3.85 | 2.320 | 18.61 |
|
|
|
|
21.4 | 6 | 258 | 110 | 3.08 | 3.215 | 19.44 |
|
|
|
|
18.7 | 8 | 360 | 175 | 3.15 | 3.440 | 17.02 |
|
|
|
|
18.1 | 6 | 225 | 105 | 2.76 | 3.460 | 20.22 |
|
|
|
|