R/RcppExports.R

Defines functions na_integer na_logical na_character na_numeric count_levels_char count_levels_num

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

count_levels_num <- function(x) {
    .Call('_inspectdf_count_levels_num', PACKAGE = 'inspectdf', x)
}

count_levels_char <- function(x) {
    .Call('_inspectdf_count_levels_char', PACKAGE = 'inspectdf', x)
}

na_numeric <- function(x) {
    .Call('_inspectdf_na_numeric', PACKAGE = 'inspectdf', x)
}

na_character <- function(x) {
    .Call('_inspectdf_na_character', PACKAGE = 'inspectdf', x)
}

na_logical <- function(x) {
    .Call('_inspectdf_na_logical', PACKAGE = 'inspectdf', x)
}

na_integer <- function(x) {
    .Call('_inspectdf_na_integer', PACKAGE = 'inspectdf', x)
}

Try the inspectdf package in your browser

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

inspectdf documentation built on Aug. 9, 2022, 9:05 a.m.