R/getCharset.R

Defines functions getCharset

Documented in getCharset

getCharset <- function(px){
  if ("px" %in% class(px)){
    px$CHARSET
  }
}
xprimexinverse/pxRmisc documentation built on May 4, 2019, 1:25 p.m.