R/RcppExports.R

Defines functions checkday imputeday imputemonth process_russian process_french

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

process_french <- function(date) {
    .Call(`_datefixR_process_french`, date)
}

process_russian <- function(date) {
    .Call(`_datefixR_process_russian`, date)
}

imputemonth <- function(monthImpute_) {
    invisible(.Call(`_datefixR_imputemonth`, monthImpute_))
}

imputeday <- function(dayImpute_) {
    invisible(.Call(`_datefixR_imputeday`, dayImpute_))
}

checkday <- function(dayImpute) {
    invisible(.Call(`_datefixR_checkday`, dayImpute))
}

Try the datefixR package in your browser

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

datefixR documentation built on Sept. 3, 2023, 5:08 p.m.