R/RcppExports.R

Defines functions cpp_string_shorten cpp_unik cpp_unclassFactor

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

cpp_unclassFactor <- function(x) {
    .Call(`_fplot_cpp_unclassFactor`, x)
}

cpp_unik <- function(x_sorted, k_max) {
    .Call(`_fplot_cpp_unik`, x_sorted, k_max)
}

cpp_string_shorten <- function(x, max_size = 15L) {
    .Call(`_fplot_cpp_string_shorten`, x, max_size)
}

Try the fplot package in your browser

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

fplot documentation built on Aug. 24, 2023, 5:09 p.m.