void: Delete flextable content

View source: R/empty.R

voidR 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

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

flextable documentation built on Oct. 23, 2023, 1:07 a.m.