Learn R Programming

RemixAutoML (version 0.11.0)

PrintObjectsSize: PrintObjectsSize prints out the top N objects and their associated sizes, sorted by size

Description

PrintObjectsSize prints out the top N objects and their associated sizes, sorted by size

Usage

PrintObjectsSize(N = 10)

Arguments

N

The number of objects to display

Value

A print to your console of the sizes of the objects in your environment

See Also

Other Misc: AutoH2OTextPrepScoring, ChartTheme, RemixTheme, SimpleCap, multiplot, percRank, tempDatesFun, tokenizeH2O

Examples

Run this code
# NOT RUN {
PrintObjectsSize(N = 10)
# }

Run the code above in your browser using DataLab