memory_usage: short description 1

Description Usage Arguments Value Examples

View source: R/memory_usage-.ls.objects.R

Description

descriptin 2??

Usage

1
memory_usage(..., n = 10)

Arguments

n

top n - default is the 10 most memory consuming

all

should all the objects be returned? Default is FALSE.

Value

This function returns a data.table with memory usage for the objects in the R session

Examples

1
2
3
4
5
## Not run: 
memory_usage(n=15)
memory_usage(all=TRUE)

## End(Not run)

emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.