show_table: Show Markdown table.

View source: R/markdown-functions.R

show_tableR Documentation

Show Markdown table.

Description

Read table in Markdown document. Depends on knitr and kableExtra packages.

Usage

show_table(table, height = "300px")

Arguments

table

Table to display.

height

Optional parameter to set height of scroll box. Default is 300px.

Value

kable table object.

Author(s)

Ayush Noori


ayushnoori/brainstorm documentation built on April 14, 2025, 4:12 p.m.