R/getNames.R

getNames <- function(x){
  bar <- NULL
  try(bar <- names(x),silent=T)
  return(bar)
}
blogsdon/utilityFunctions documentation built on May 12, 2019, 9:32 p.m.