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

View source: R/lib_table.R

bottomrightR Documentation

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

Description

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

Usage

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

br(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.