browse_df {gWidgetsWWW2} | R Documentation |
Browse a data frame in the global environment using gtable
browse_df(d, width = 800, height = 500, paging = nrow(d) > 200, ...)
d |
data frame |
width |
width of display |
height |
height of display |
paging |
Logical. Do we have paging to display values. Should use if |
... |
ignored |
creates webpage showing data frame
## Not run: browse_df(mtcars) ## End(Not run)