lsos: List the N largest objects in the global environment

View source: R/lsos.R

lsosR Documentation

List the N largest objects in the global environment

Description

Lists the largest objects in the global environment, by memory usage.

Usage

lsos(..., n = 10)

Arguments

...

optional arguments, passed to ls.objects

n

integer, the number of objects to list. Defaults to 10.


BenaroyaResearch/miscHelpers documentation built on April 13, 2025, 9:52 p.m.