An Introduction to the DT Package

Yihui Xie

2021-05-08

ドキュメントは、 https://rstudio.github.io/DT/ をご覧ください。 以下は、最低限のサンプルです。:

library(DT)
datatable(iris)
## Warning in get_current_theme(): This functionality requires shiny v1.6 or higher