peak: Get snapshot of large data objects

View source: R/peak.R

peakR Documentation

Get snapshot of large data objects

Description

Reveals first i rows and j columns.

Usage

peak(x, pi = 10, pj = 4)

Arguments

x

An R data frame or matrix object.

pi

How many rows do you want to select? Defaults to 10.

pj

How many columns do you want to select? Defaults to 4.


btmonier/monier documentation built on Sept. 13, 2024, 12:07 a.m.