R/getContact.R

Defines functions getContact

Documented in getContact

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