vet: Data frame preview

Description Usage Arguments Examples

View source: R/vet.R

Description

Quickly "vet" a data frame by previewing rows throughout the length of the dataframe

Usage

1
vet(d, n = 4L)

Arguments

d

A data frame object

n

The number of rows you want to view from each section. The three sections that rows will be displayed from are the head of the dataframe, the middle (torso), and the tail. Default is 4 rows from each section.

Examples

1

fishsciences/cfs.misc documentation built on Jan. 29, 2021, 3:19 a.m.