Description Usage Arguments Details Value Examples
The function generates glimpse
-like
results that can be shown in View
.
1 | view_glimpse(x, n = 5)
|
x |
A data frame or a tibble |
n |
A number of observations to show |
The function will automatically attempt to open the results using
View
. If this behaviour is not desired option
show_view
should be set to FALSE
as in
show_view = FALSE
.
A data frame similar to glimpse
.
1 2 3 4 5 6 | ## Not run:
op <- options()
options("open_view = FALSE")
view_glimpse(mtcars)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.