Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

view

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

Charles's Utility Function using Formula

v1.7
GPL (>= 2)
Authors
Charles-Édouard Giguère
Initial release
2020-09-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.