qklook: Glimpse into a table-like object A simple function to make a...

View source: R/qklook.R

qklookR Documentation

Glimpse into a table-like object A simple function to make a "head" of the data on both rows and column, of custom length

Description

Glimpse into a table-like object A simple function to make a "head" of the data on both rows and column, of custom length

Usage

qklook(x, nrows = 8, ncols = 8)

Arguments

x

H data.frame or matrix-array object

nrows

How many rows to print (default = 8)

ncols

How many columns to print (default = 8)

Value

a printed subset of the data

Examples

data(iris)
qklook(iris)
qklook(iris, 5,5)

g-antonello/gautils2 documentation built on Nov. 28, 2022, 9:39 a.m.