view {CUFF} | R Documentation |
view methods
Description
Wrapper to DT::datatable.
Usage
view(x, ...)
Arguments
x |
x is a matrix/ |
... |
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")
[Package CUFF version 1.9 Index]