void {flextable}R Documentation

Delete flextable content

Description

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

ft <- flextable(mtcars)
ft <- void(ft, ~ vs + am + gear + carb )

[Package flextable version 0.4.5 Index]