flextable (version 0.5.11)

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 {
ftab <- flextable(head(mtcars))
ftab <- void(ftab, ~ vs + am + gear + carb )
ftab
# }

Run the code above in your browser using DataLab