datatable2: Create an HTML table widget for dataset

View source: R/basF.R

datatable2R Documentation

Create an HTML table widget for dataset

Description

datatable2 This function creates an HTML widget to display rectangular data (a matrix or data frame) using the JavaScript library DataTables.

Usage

datatable2(data)

Arguments

data

a data object (either a matrix or a data frame).

Examples


library(AFEchidna)
data("iris")
datatable2(iris)


yzhlinscau/AAfun0s documentation built on April 18, 2023, 4:11 p.m.