pdf_kable: Enhanced kable with latex

View source: R/basefunctions.R

pdf_kableR Documentation

Enhanced kable with latex

Description

pdf_kable formats tibbles/df's for markdown

Usage

pdf_kable(
  .input,
  width1 = 6,
  twidth = 14,
  tposition = "left",
  innercaption = NULL,
  caption = "",
  foot = NULL,
  escape = TRUE
)

Arguments

.input

table to print

width1

Width of 1st column, default 6.

twidth

Default 14

tposition

Default left

innercaption

subheader

caption

header

foot

footnote

escape

see kable

Value

A character vector of the table source code.


wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.