j: print small subset of R object as overview

View source: R/j.R

jR Documentation

print small subset of R object as overview

Description

Works for all R objects in contrast to head().

Usage

j(obj, show_max = 3, headtail = NULL, print_nested = FALSE)

Arguments

obj

Object, for which an overview is desired

headtail

return specified number of items from the start and the end of the object (not lists). Can result in duplicated items when headtail is bigger than the object length.

print_nested

also print overview for lists within lists. Default=FALSE, Beta feature!


mathosi/jj documentation built on Feb. 25, 2024, 2:29 p.m.