view: view methods

View source: R/view.R

viewR Documentation

view methods

Description

Wrapper to DT::datatable.

Usage

view(x, ...)

Arguments

x

x is a matrix/data.frame/table format for viewing

...

arguments passed to datatable

Value

Export data to be viewed as a web page. See help(datatable, package = "DT") for further details.

Author(s)

Charles-Édouard Giguère

Examples

view(iris)
### add filter on top.
view(iris, filter = "top")

giguerch/CUFF documentation built on March 27, 2024, 5:36 p.m.