sizeof | R Documentation |
This function calculates the object size
sizeof(x, unit)
## Default S3 method:
sizeof(x, unit = "mb")
## S3 method for class 'data.frame'
sizeof(x, unit = "mb")
## S3 method for class 'environment'
sizeof(x, unit = "mb")
x |
object vector, data.frame, environment, ... |
unit |
size unit; "B", "KB", "MB", "GB" |
## Not run:
sizeof(x = globalenv(), unit = "kb")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.