R/getUnknowProduct.R

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

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.