Learn R Programming

blosc (version 0.0.6)

blosc_info: Information about compressed data

Description

Obtain information about raw data compressed with blosc.

Usage

blosc_info(x, ...)

Value

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

Arguments

x

Raw data compressed with blosc_compress().

...

Ignored

Examples

Run this code
data_compressed <-
  blosc_compress(volcano, typesize = 2, dtype = "

Run the code above in your browser using DataLab