big_head: Returns the upper left corner of a large matrix. Extends the...

big_headR Documentation

Returns the upper left corner of a large matrix. Extends the utils::head.matrix function by not only return the first n rows but also the first m cols.

Description

Returns the upper left corner of a large matrix. Extends the utils::head.matrix function by not only return the first n rows but also the first m cols.

Usage

big_head(x, n = 6L, m = 10L, ...)

Arguments

x

a matrix or data.frame

n

number of rows to return

m

number of cols to return

...

simschul/my.utils documentation built on June 29, 2023, 6:50 a.m.