view_n: Randomly view N rows

View source: R/view.R

view_nR Documentation

Randomly view N rows

Description

Randomly view N rows

Usage

view_n(data, n = 200, by_group = TRUE)

Arguments

data

data.frame or tibble

n

How many rows (or groups) 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.