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 Aug. 8, 2023, 1:11 a.m.