README.md

Snappier

Build Status CRAN_Status_Badge

R package bindings for the Snappy library.

This library provides compressions and decompression of Snappy bytestrings in R.

Benefits

Basic Usage

# Compress a character vector
comp <- compress("this text will be compressed")
decompress(comp)
## [1] "this text will be compressed"


Try the snappier package in your browser

Any scripts or data that you put into this service are public.

snappier documentation built on Sept. 19, 2022, 5:07 p.m.