Description Usage Arguments Value Examples
Calculate the sizes of objects in the workspace.
1 | objectSize(decreasing = TRUE, head = FALSE, n = 10)
|
decreasing |
If |
head |
If |
n |
Integer specifying the number of values to show if |
A data.frame with the name, class, and size of each object. If the object is a data.frame or matrix, it will also specify its dimensions.
1 | print(output <- objectSize())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.