Description Usage Arguments Value Examples
zip_size()
returns the uncompressed size of files within an archive.
zip_ratio()
returns the division of uncompressed size by compressed size.
1 2 3 |
archive |
Path to an existing ZIP archive. |
sum |
Whether to return a single size or ratio from the sum of sizes. |
A named numeric vector of compression ratios or file sizes.
1 2 | zip_size(zip_example())
zip_ratio(zip_example(), sum = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.