flextable (version 0.5.1)

delete_part: delete flextable part

Description

indicate to not print a part of the flextable, i.e. an header, footer or the body.

Usage

delete_part(x, part = "header")

Arguments

x

a flextable object

part

partname of the table to delete (one of 'body', 'header' or 'footer').

Examples

Run this code
# NOT RUN {
ft <- flextable( head( iris ) )
ft <- delete_part(x = ft, part = "header")
ft
# }

Run the code above in your browser using DataLab