R/encoding.R

Defines functions withEncoding

withEncoding <- function(x,enc){
  Encoding(x) <- enc
  return(x)
}

Try the memisc package in your browser

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

memisc documentation built on April 14, 2025, 9:07 a.m.