browse_df: Browse a data frame in the global environment using gtable

Description Usage Arguments Value Examples

View source: R/apps.R

Description

Browse a data frame in the global environment using gtable

Usage

1
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

1
2
3
4
## Not run: 
browse_df(mtcars)

## End(Not run)

gWidgetsWWW2 documentation built on May 2, 2019, 6:10 p.m.