blosc_info: Information about compressed data

View source: R/compress.R

blosc_infoR Documentation

Information about compressed data

Description

Obtain information about raw data compressed with blosc.

Usage

blosc_info(x, ...)

Arguments

x

Raw data compressed with blosc_compress().

...

Ignored

Value

Returns a named list with information about blosc compressed data x.

Examples

data_compressed <-
  blosc_compress(volcano, typesize = 2, dtype = "<i2", compressor = "lz4",
                 shuffle = "bitshuffle")

blosc_info(data_compressed)

blosc documentation built on Sept. 11, 2025, 5:11 p.m.