R/RcppExports.R

Defines functions predict_fullname_cpp predict_lastname_cpp

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

predict_lastname_cpp <- function(strings, threads, model_path) {
    .Call(`_rethnicity_predict_lastname`, strings, threads, model_path)
}

predict_fullname_cpp <- function(strings_fn, strings_ln, threads, model_path) {
    .Call(`_rethnicity_predict_fullname`, strings_fn, strings_ln, threads, model_path)
}

Try the rethnicity package in your browser

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

rethnicity documentation built on Oct. 18, 2024, 5:07 p.m.