lf: lf

View source: R/misc.r

lfR Documentation

lf

Description

List content of current global environment

Usage

lf(
  withsize = FALSE,
  concise = FALSE,
  datafirst = FALSE,
  maxwidth = getOption("width")
)

Arguments

withsize

If TRUE, approximate size of each object in memory is displayed. Be aware that this may take some time and create overhead in RAM if there are large objects in the global environment.

concise

If TRUE, headings will be omited; output will be about 6 lines less.

datafirst

If TRUE, objects are listed first, then functions.


inkeso/miscfun documentation built on Feb. 3, 2025, 5:33 p.m.