R/RcppExports.R

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

encode_FactorMatrix <- function(x, default_value, key_start) {
    .Call(`_h5Variant_encode_FactorMatrix`, x, default_value, key_start)
}

encode_FactorVector <- function(x, default_value, key_start) {
    .Call(`_h5Variant_encode_FactorVector`, x, default_value, key_start)
}

decode_FactorMatrix <- function(x, v_levels) {
    .Call(`_h5Variant_decode_FactorMatrix`, x, v_levels)
}

decode_FactorVector <- function(x, v_levels) {
    .Call(`_h5Variant_decode_FactorVector`, x, v_levels)
}

binary_search_RLE <- function(x, who) {
    .Call(`_h5Variant_binary_search_RLE`, x, who)
}
leandroroser/h5Variant documentation built on May 8, 2019, 3:14 a.m.