mem_used()
wraps around gc()
and returns the exact number of bytes
currently used by R. Note that changes will not match up exactly to
obj_size()
as session specific state (e.g. .Last.value) adds minor
variations.
mem_used()
wraps around gc()
and returns the exact number of bytes
currently used by R. Note that changes will not match up exactly to
obj_size()
as session specific state (e.g. .Last.value) adds minor
variations.