view {CUFF} | R Documentation |
Wrapper to DT::datatable.
view(x, ...)
x |
x is a matrix/ |
... |
arguments passed to datatable |
Export data to be viewed as a web page. See help(datatable,
package = "DT")
for further details.
Charles-Édouard Giguère
view(iris)
### add filter on top.
view(iris, filter = "top")