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 Oct. 24, 2024, 5:07 p.m.