unitizer_ls: An 'ls' Like Function

View source: R/ls.R

unitizer_lsR Documentation

An 'ls' Like Function

Description

Much like 'ls', except that it is designed to crawl up the `.new` and `.ref` environments and display all the objects.

Usage

unitizer_ls(
  name,
  pos = -1L,
  envir = parent.frame(),
  all.names = FALSE,
  pattern
)

Details

This is used in `browseUnitizer,unitizer-unitizerBrowse-method`, and is re-assigned to `ls` for use in the `unitizer` prompt environment.

Value

list of object names, or a list with environments containing the objects


brodieG/unitizer documentation built on Oct. 14, 2023, 6:26 a.m.