size: Get amount of storage used by an object

Description Usage Arguments Value Examples

View source: R/utilPackage.R

Description

Prints the amount of storage used by the specified object.

Usage

1
size(x)

Arguments

x

The object of interest

Value

The amount of storage taken up by the object as a string

Examples

1
2
plate <- WellLocation("J101-2C", "B", 15)
size(plate)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.