view_glimpse.Rdview_glimpse(x, n = 5)
| x | A data frame or a tibble |
|---|---|
| n | A number of observations to show |
A data frame similar to glimpse.
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.