get_object_size: Get Object Size

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

A function to get the size of an object

Usage

1

Arguments

object

The target object.

Value

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

Examples

1
2
3
res <- get_object_size(TRUE)
res$size
res$unit

migrbc documentation built on July 1, 2020, 8:14 p.m.