R/getContents.R

Defines functions getContents

Documented in getContents

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