flextable (version 0.5.5)

void: 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

Run this code
# NOT RUN {
ft <- flextable(mtcars)
ft <- void(ft, ~ vs + am + gear + carb )
# }

Run the code above in your browser using DataCamp Workspace