objectSize: Object sizes

Description Usage Arguments Value Examples

Description

Calculate the sizes of objects in the workspace.

Usage

1
objectSize(decreasing = TRUE, head = FALSE, n = 10)

Arguments

decreasing

If TRUE, sort the objects from largest to smallest.

head

If TRUE, only show the top n objects.

n

Integer specifying the number of values to show if head = TRUE.

Value

A data.frame with the name, class, and size of each object. If the object is a data.frame or matrix, it will also specify its dimensions.

Examples

1
print(output <- objectSize())

anilchalisey/juggleR documentation built on May 9, 2019, 4 a.m.