R/getUnknowSubstrate.R

getUnknowSubstrate <-
function(){
       substratelist<-list("unknow","unknow")
       names(substratelist)<-c("id","name")
       return(substratelist) 
}

Try the TPEA package in your browser

Any scripts or data that you put into this service are public.

TPEA documentation built on May 1, 2019, 8:13 p.m.