myKable: My Kable

View source: R/myKable.R

myKableR Documentation

My Kable

Description

Function with a few common parameters I use already coded in

Usage

myKable(data, width_v = 100, position_v = "center", ...)

Arguments

data

data.table/frame/matrix for plotting

position_v

given to kable_styling position argument. Center is default. float_left, right, etc.

...

extra arguments passed to knitr::kable

width

number used as percentage of document width

Details

Use "float_left" and "right" in conjunction to put multiple tables on the same line

Value

kable object


weshorton/wrh.rUtils documentation built on June 15, 2025, 1:10 a.m.