R/pe.R

# routine to Pick Elements, pe
pe<-function(this.list,el){
   lapply(this.list,function(x) x[el])
}
dill/dillhandy documentation built on May 15, 2019, 8:29 a.m.