add_dots: Add Dots (...) below display Table

View source: R/add_dots.R

add_dotsR Documentation

Add Dots (...) below display Table

Description

This function has become a bit too complex, maybe it's easier to just say 'we print the first few rows of the dataset'

Usage

add_dots(input_table)

Arguments

input_table

output from kableExtra::kbl() or gt::gt() or knitr::kable()

Value

Object of class kableExtra or output is directly printed as html?

Examples

iris %>%
 head() %>%
 kableExtra::kbl() %>%
 add_dots()

retodomax/FunRZ documentation built on July 4, 2025, 10:43 p.m.