format_dt: format_dt

View source: R/format_dt.R

format_dtR Documentation

format_dt

Description

Turns a data frame or matrix into a DT formatted table with export buttons for copy, csv or excel.

Usage

format_dt(x)

Arguments

x

a data object (either a matrix or a data.frame)

Value

a data table decorated with export buttons

Author(s)

Denis O'Meally

Examples

format_dt(USArrests)


drejom/helpeRs documentation built on Aug. 26, 2022, 4:52 a.m.