library("DT")

Overview

The DT package provides an R interface to the excellent DataTables JavaScript library. R objects, such as matrices or data frames, can be displayed as interactive tables on HTML pages. The DT provides filtering, pagination, sorting, and many other features in the tables.

Install using

install.packages("DT")

Example

You generate an interactive table on any data frame using the datatable function

data(iris, package = "datasets")
datatable(iris)

Other information

rm(list = ls())


jr-packages/jrAutomate documentation built on Dec. 14, 2019, 6:35 p.m.