R/RcppExports.R

Defines functions zstdCompressImpl zstdDecompressImpl zstdMaxCLevelImpl

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

zstdCompressImpl <- function(data, level) {
    .Call('zstdr_zstdCompressImpl', PACKAGE = 'zstdr', data, level)
}

zstdDecompressImpl <- function(data) {
    .Call('zstdr_zstdDecompressImpl', PACKAGE = 'zstdr', data)
}

zstdMaxCLevelImpl <- function() {
    .Call('zstdr_zstdMaxCLevelImpl', PACKAGE = 'zstdr')
}

Try the zstdr package in your browser

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

zstdr documentation built on June 7, 2017, 1:02 a.m.