tbl_kbl: Create Kable Table from Data

View source: R/tables.R

tbl_kblR Documentation

Create Kable Table from Data

Description

This function creates a kable table from a given data frame.

Usage

tbl_kbl(data)

Arguments

data

The data frame to be used for creating the kable table.

Details

This function uses the kableExtra package to create the kable table with the following specifications: lightable_options = "basic", latex_options = c("scale_down", "HOLD_position", "striped"), width of the first column is set to 8cm, rows are packed based on a table of the data's Test column, and the first row is set to bold. Additionally, a footnote is added at the end of the table.

Value

A kable table in LaTeX format.


jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.