| format_bytes | R Documentation |
Converts raw byte counts into human-readable strings (e.g. "1.23 MB").
format_bytes(x)
x |
Numeric vector of byte sizes. |
A character vector with formatted sizes.
format_bytes(c(1024, 1048576, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.