R/RcppExports.R

Defines functions internal_combn_C ifelseCNum ifelseCLogic ifelseCInt ifelseCChar seqC triang2cf_C

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

internal_combn_C <- function(x) {
    .Call('_ojUtils_internal_combn_C', PACKAGE = 'ojUtils', x)
}

ifelseCNum <- function(test, yes, no) {
    .Call('_ojUtils_ifelseCNum', PACKAGE = 'ojUtils', test, yes, no)
}

ifelseCLogic <- function(test, yes, no) {
    .Call('_ojUtils_ifelseCLogic', PACKAGE = 'ojUtils', test, yes, no)
}

ifelseCInt <- function(test, yes, no) {
    .Call('_ojUtils_ifelseCInt', PACKAGE = 'ojUtils', test, yes, no)
}

ifelseCChar <- function(test, yes, no) {
    .Call('_ojUtils_ifelseCChar', PACKAGE = 'ojUtils', test, yes, no)
}

seqC <- function(x, y, by) {
    .Call('_ojUtils_seqC', PACKAGE = 'ojUtils', x, y, by)
}

triang2cf_C <- function(triang) {
    .Call('_ojUtils_triang2cf_C', PACKAGE = 'ojUtils', triang)
}

Try the ojUtils package in your browser

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

ojUtils documentation built on Sept. 21, 2018, 6:25 p.m.