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.


mjdufort/miscHelpers documentation built on Feb. 4, 2024, 7:44 p.m.