Learn R Programming

migrbc (version 2.0.9)

get_object_size: Get Object Size

Description

A function to get the size of an object

Usage

get_object_size(object)

Arguments

object

The target object.

Value

A named list object that contains information on the size of an object and the size unit.

Examples

Run this code
# NOT RUN {
res <- get_object_size(TRUE)
res$size
res$unit

# }

Run the code above in your browser using DataLab