browse_df {gWidgetsWWW2}R Documentation

Browse a data frame in the global environment using gtable

Description

Browse a data frame in the global environment using gtable

Usage

browse_df(d, width = 800, height = 500, paging = nrow(d) > 200, ...)

Arguments

d

data frame

width

width of display

height

height of display

paging

Logical. Do we have paging to display values. Should use if nrow(d) > 200 or so

...

ignored

Value

creates webpage showing data frame

Examples

## Not run: 
browse_df(mtcars)

## End(Not run)

[Package gWidgetsWWW2 version 0.4-8 Index]