An Introduction to the DT Package

Yihui Xie

2024-02-19

Please see https://rstudio.github.io/DT/ for the full documentation. Here is only a minimal example:

library(DT)
datatable(iris)