This variant performs internal coercion to data.frame, so we can easily view S4 DataFrame objects.

view2(object)

Arguments

object

Object.

Value

Invisible NULL. This function puts up a window and returns immediately. In RStudio, this will open a tabbed window.

Note

Updated 2020-04-12.

Examples

## > view2(mtcars)