R/RcppExports.R

Defines functions is_constant_character is_constant_complex is_constant_numeric

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

is_constant_character <- function(x, na_rm) {
    .Call(`_emil_is_constant_character`, x, na_rm)
}

is_constant_complex <- function(x, na_rm) {
    .Call(`_emil_is_constant_complex`, x, na_rm)
}

is_constant_numeric <- function(x, na_rm) {
    .Call(`_emil_is_constant_numeric`, x, na_rm)
}

Try the emil package in your browser

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

emil documentation built on Aug. 1, 2018, 1:03 a.m.