bottomleft: prints the bottomleft corner of a 2D array (matrix,...

View source: R/lib_table.R

bottomleftR Documentation

prints the bottomleft corner of a 2D array (matrix, data.frame, data.table) to the console

Description

prints the bottomleft corner of a 2D array (matrix, data.frame, data.table) to the console

Usage

bottomleft(x, rcnt = 5, ccnt = rcnt)

bl(x, rcnt = 5, ccnt = rcnt)

Arguments

x

a 2D array

rcnt

row count to print, default = 5

ccnt

column count to print, default = rcnt

Value

nothing


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.