R/getCreationDate.R

Defines functions getCreationDate

Documented in getCreationDate

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