R/RcppExports.R

Defines functions integer2c_literal integer2c c2integer_literal c2integer_conv

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

c2integer_conv <- function(number, conv_t) {
    .Call(`_cnum_c2integer_conv`, number, conv_t)
}

c2integer_literal <- function(number, conv_t) {
    .Call(`_cnum_c2integer_literal`, number, conv_t)
}

integer2c <- function(number, conv_t) {
    .Call(`_cnum_integer2c`, number, conv_t)
}

integer2c_literal <- function(number, conv_t) {
    .Call(`_cnum_integer2c_literal`, number, conv_t)
}

Try the cnum package in your browser

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

cnum documentation built on Jan. 13, 2021, 7:53 p.m.