peek: Peek

View source: R/descriptive.R

peekR Documentation

Peek

Description

Takes a peek into a data.frame returning a concise visualization about it

Usage

peek(x, n = 10, which = 1:ncol(x))

Arguments

x

A data.frame

n

Number of rows to include in output

which

Columns to include in output

Examples

peek(iris)

clickR documentation built on April 3, 2025, 9:22 p.m.