view_select: View a randomly selected sample of observations after...

View source: R/view.R

view_selectR Documentation

View a randomly selected sample of observations after selecting only some variables to view

Description

View a randomly selected sample of observations after selecting only some variables to view

Usage

view_select(data, ..., n = 200, by_group = TRUE)

Arguments

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


dmbwebb/trackr documentation built on Oct. 19, 2024, 2:34 a.m.