byter | R Documentation |
Simple wrapper to object size and format.
byter(
obj,
units = c("b", "Kb", "Mb", "Gb", "B", "KB", "MB", "GB", "auto"),
num = FALSE,
...
)
obj |
object to return size for. Can also be a numeric (assumes bytes). |
units |
units to convert to. |
num |
boolean to switch converting an actual value as opposed to 'object size' object (the default) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.