R/subUndetermined.R

Defines functions subUndetermined

subUndetermined<-function(x){
  #cat("in subUndetermined\n")
  xp <- x;
  idx<-grep("ALL_",xp);
  xp[idx]<-"UNDETERMINED";
  xp<-gsub("_"," ",xp,fixed=TRUE);
  return(xp);
}
wStockhausen/tmbTCSAM02 documentation built on July 17, 2021, 7:28 p.m.