blosc_info | R Documentation |
Obtain information about raw data compressed with blosc.
blosc_info(x, ...)
x |
Raw data compressed with |
... |
Ignored |
Returns a named list with information about blosc compressed
data x
.
data_compressed <-
blosc_compress(volcano, typesize = 2, dtype = "<i2", compressor = "lz4",
shuffle = "bitshuffle")
blosc_info(data_compressed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.