Learn R Programming

CUFF (version 1.9)

view: view methods

Description

Wrapper to DT::datatable.

Usage

view(x, ...)

Value

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

Arguments

x

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

...

arguments passed to datatable

Author

Charles-Édouard Giguère

Examples

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

Run the code above in your browser using DataLab