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

View source: R/view.R

view_filterR Documentation

View a randomly selected sample of observations after applying a filter

Description

View a randomly selected sample of observations after applying a filter

Usage

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

Arguments

data

data.frame or tibble

...

arguments to pass to filter

n

number of

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.