str1: str1 a simple replacement for str(x,max.level=1)

View source: R/rutils.R

str1R Documentation

str1 a simple replacement for str(x,max.level=1)

Description

str1 an abbreviated replacement for str(x,max.level=1), which I put together because to often I make a typo when typing out the full str syntax. Hence I find str1 helpful

Usage

str1(x)

Arguments

x

the object whose structure is to be listed

Value

str(x,max.level=1)

Examples

x <- matrix(rnorm(25,mean=5,sd=1),nrow=5,ncol=5)
str1(x)

haddonm/rutilsMH documentation built on July 21, 2023, 8:46 p.m.