powered by
A function for shuffling a raw vector using BLOSC shuffle routines
blosc_shuffle_raw(x, bytesofsize)
The raw vector
Either 4 or 8
The shuffled vector
# NOT RUN { x <- serialize(1L:1000L, NULL) xshuf <- blosc_shuffle_raw(x, 4) xunshuf <- blosc_unshuffle_raw(xshuf, 4) # }
Run the code above in your browser using DataLab