view_select | R Documentation |
View a randomly selected sample of observations after selecting only some variables to view
view_select(data, ..., n = 200, by_group = TRUE)
data |
data.frame or tibble |
... |
arguments to pass to select |
n |
number of observations to view |
by_group |
If TRUE, then view n randomly selected groups, if false then view n randomly selected rows |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.