R/correctStockChangeFactors.R

Defines functions correctStockChangeFactors

correctStockChangeFactors<-function(x){
  
  #rename old "AFR.1"-style in new "GLO.1"-style
  getCells(x) <- paste0("GLO",substring(getCells(x),4))
  
  return(x)
}  
pik-piam/mrplayground documentation built on June 2, 2021, 9:25 p.m.