str: Tan's str() function

View source: R/str.R

strR Documentation

Tan's str() function

Description

Wraps utils::str() but defaults to max.level = 2

Usage

str(..., max.level = 2)

Arguments

...

objects passed to str

max.level

sets max.level - by default, 2

Value

output of utils::str() but defaults to max.level = 2

Examples


list(
  data = list(
    mtcars = data.frame(mtcars),
    airquality = data.frame(airquality)
  )
) |>
  str()

tanho63/tantastic documentation built on May 31, 2024, 9 p.m.