R/getLanguage.R

Defines functions getLanguage

Documented in getLanguage

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