R/getSource.R

Defines functions getSource

Documented in getSource

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