ws_size | R Documentation |
It's easy to see the memory usage of a single object with
lobstr::obj_size()
but doing that in a sorted, pretty way for everything in
the workspace is a bit more involved. This function has taken care of that.
ws_size()
A tibble of objects in the global environment and columns stating how much memory the objects are using (both with pretty units and the raw integer number of bytes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.