util_pretty_khead: Util - Pretty Knitr Head

View source: R/utils.R

util_pretty_kheadR Documentation

Util - Pretty Knitr Head

Description

Util - Pretty Knitr Head

Usage

util_pretty_khead(tbl, nrows = 10, caption = NULL)

Arguments

tbl

a data.frame or tibble

nrows

the max number of rows to show

caption

The table caption.

Value

an html knitr table

Examples

util_pretty_khead(mtcars, nrows = 5, caption = "cars!")

KevinGHicks/MIDAS documentation built on May 12, 2022, 8:14 a.m.