R/findroot.R

Defines functions findroot

findroot<-function(file){
  rootfile<-tail( strsplit(file,split = '/')[[1]] ,n = 1)
  return(rootfile)
}
MoisesExpositoAlonso/moiR documentation built on Dec. 24, 2021, 10:12 p.m.