Skip to contents

Print nice table using DT

Usage

print_table(table, rownames = FALSE, digits = 3, ...)

Arguments

table

data frame to print

rownames

logical, if TRUE, print row names, default is FALSE

digits

integer, number of digits to print for numeric columns, default is 3

...

additional arguments to pass to DT::datatable

Value

a DT datatable object

Examples

print_table(mtcars)