rls: Recursive ls.

View source: R/rls.r

rlsR Documentation

Recursive ls.

Description

Performs ls all the way up to a top-level environment (either the parent of the global environment, the empty environment or a namespace environment).

Usage

rls(env = parent.frame(), all.names = TRUE)

Arguments

env

environment to start the search at. Defaults to the parent.frame. If a function is supplied, uses the environment associated with the function.

all.names

Show all names, even those starting with .? Defaults to TRUE, the opposite of ls

Author(s)

Winston Chang


pryr documentation built on Jan. 18, 2023, 1:08 a.m.

Related to rls in pryr...