R/RcppExports.R

Defines functions detectEncoding

Documented in detectEncoding

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' detect encoding of input string
#' @param str input string
#' @return encoding name
#' @references \url{https://code.google.com/p/uchardet/}
#' @export
#' @useDynLib Ruchardet
detectEncoding <- function(str) {
    .Call('Ruchardet_detectEncoding', PACKAGE = 'Ruchardet', str)
}
haven-jeon/Ruchardet documentation built on May 17, 2019, 3:06 p.m.