blosc_shuffle_raw: Shuffle a raw vector

View source: R/RcppExports.R

blosc_shuffle_rawR Documentation

Shuffle a raw vector

Description

Shuffles a raw vector using BLOSC shuffle routines.

Usage

blosc_shuffle_raw(x, bytesofsize)

Arguments

x

A raw vector.

bytesofsize

Either 4 or 8.

Value

The shuffled vector

Examples

x <- serialize(1L:1000L, NULL)
xshuf <- blosc_shuffle_raw(x, 4)
xunshuf <- blosc_unshuffle_raw(xshuf, 4)

qs documentation built on March 7, 2023, 7:55 p.m.