tl: Print the top left corner of a matrix or dataframe.

View source: R/utility_functions.R

tlR Documentation

Print the top left corner of a matrix or dataframe.

Description

Print the first n rows and first n columns of a matrix or dataframe for a quick look at the row/column structure of the object.

Usage

tl(obj, n = 5)

Arguments

obj

A matrix or dataframe.

n

Number of rows and columns to print.


mikelaff/mikelaffr documentation built on Oct. 15, 2022, 9:50 a.m.