remove_header: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1

Arguments

x

a HTML table with <thead> header tags

Value

the same HTML table but without the header part

Examples

1
2
3
4
5
6
library(knitr)
tab <- kable(iris, format = "html")
tab

#Removing header
remove_header(tab)

BenjaminLouis/manageR documentation built on May 8, 2019, 12:50 p.m.