lz4_compress_bound | R Documentation |
Exports the compress bound function from the lz4 library. Returns the maximum compressed size of an object of length size
.
lz4_compress_bound(size)
size |
An integer size. |
Maximum compressed size.
lz4_compress_bound(100000)
#' lz4_compress_bound(1e9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.