R/RcppExports.R

Defines functions strip_helper hex_to_int to_hexstr

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

to_hexstr <- function(x, pad = 4L) {
    .Call('_striprtf_to_hexstr', PACKAGE = 'striprtf', x, pad)
}

hex_to_int <- function(h, sep = 'x') {
    .Call('_striprtf_hex_to_int', PACKAGE = 'striprtf', h, sep)
}

strip_helper <- function(match_mat, dest_names, special_keys, special_hex, code_before, code_after, verbose) {
    .Call('_striprtf_strip_helper', PACKAGE = 'striprtf', match_mat, dest_names, special_keys, special_hex, code_before, code_after, verbose)
}

Try the striprtf package in your browser

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

striprtf documentation built on Aug. 10, 2023, 5:09 p.m.