create_dt: Interactive DT

View source: R/create_dt.R

create_dtR Documentation

Interactive DT

Description

Generate an interactive data table with download buttons.

Usage

create_dt(
  dat,
  caption = "",
  buttons = c("copy", "csv", "excel", "pdf", "print"),
  scrollY = 400
)

Arguments

dat

Data to show.

caption

Table caption.

buttons

Download button types to include in table.

scrollY

Maximum height (in pixels) before defaulting to scrolling.

Examples

create_dt(dat = mtcars)

neurogenomics/MultiEWCE documentation built on Sept. 28, 2024, 2:27 a.m.