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")

CUFF documentation built on March 31, 2023, 6:46 p.m.

Related to view in CUFF...