File: encoding.R

package info (click to toggle)
r-cran-memisc 0.99.31.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,136 kB
  • sloc: ansic: 5,117; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
withEncoding <- function(x,enc){
  Encoding(x) <- enc
  return(x)
}