An Introduction to the DT Package

Yihui Xie

2023-01-17

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

library(DT)
datatable(iris)