[R] help in paste command

mlell08 mlell08 at googlemail.com
Thu Apr 5 15:46:05 CEST 2012


Hello Arun,

> paste("select * from ", tablename , " where colors in
(",paste(var1,collapse=","),")")
[1] "select * from  DressMaterials  where colors in (
red,blue,green,white )"

Regards!



More information about the R-help mailing list