R/cpp11.R

Defines functions r_to_dtype_ dtype_to_r_ dtype_to_list_ check_dt_units blosc_decompress_dat blosc_compress_dat blosc_info_

# Generated by cpp11: do not edit by hand

blosc_info_ <- function(data) {
  .Call(`_blosc_blosc_info_`, data)
}

blosc_compress_dat <- function(data, compressor, level, doshuffle, typesize) {
  .Call(`_blosc_blosc_compress_dat`, data, compressor, level, doshuffle, typesize)
}

blosc_decompress_dat <- function(data) {
  .Call(`_blosc_blosc_decompress_dat`, data)
}

check_dt_units <- function() {
  .Call(`_blosc_check_dt_units`)
}

dtype_to_list_ <- function(dtype) {
  .Call(`_blosc_dtype_to_list_`, dtype)
}

dtype_to_r_ <- function(data, dtype, na_value) {
  .Call(`_blosc_dtype_to_r_`, data, dtype, na_value)
}

r_to_dtype_ <- function(data, dtype, na_value) {
  .Call(`_blosc_r_to_dtype_`, data, dtype, na_value)
}

Try the blosc package in your browser

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

blosc documentation built on Sept. 11, 2025, 5:11 p.m.