memory_summary: Summarize object size in environment.

Description Usage Arguments Value References See Also

Description

Summarize object size in environment.

Usage

1
memory_summary(accurate = F, env = .GlobalEnv)

Arguments

accurate

if TRUE, summarize with using pryr::object_size() to summarize environment or function object more accuratery.

env

target environment. However, that is very slower when env contains large objects.

Value

a tibble that contains summarizing result.

References

this function was supported by pryr package authored by Hadly Wickman.

See Also

pryr::object_size()


hosscine/myfs documentation built on May 25, 2019, 6:20 p.m.