summarize.envobj: Get all the environment objects and their sizes

View source: R/envobj.R

summarize.envobjR Documentation

Get all the environment objects and their sizes

Description

Retrieve the size contribution of all the available objects in the environment

Usage

summarize.envobj(envir = parent.frame())

Arguments

envir

the environment to retrieve objects from

Value

a dataframe of all the variables within the environment

Examples

# Get a data frame of all environment objects and their size
summarize.envobj()

quickcode documentation built on April 11, 2025, 5:49 p.m.