createDT: Interactive DT

View source: R/createDT.R

createDTR Documentation

Interactive DT

Description

Generate an interactive data table with download buttons.

Usage

createDT(dat, caption = "", scrollY = 400)

Arguments

dat

Data to show.

caption

Table caption.

scrollY

Maximum height (in pixels) before defaulting to scrolling.

See Also

Other general: fillNA_CS_PP(), get_nrows(), get_os(), is_empty()

Examples

 
echodata::createDT(dat = echodata::BST1)

RajLabMSSM/echodata documentation built on Nov. 21, 2023, 8 a.m.