Skip to content
Prev 253697 / 398498 Next

create data set from selection of rows

Try using which()

Something like data.frame(dataset[which(dataset[,3]=="text3"),])
e-letter wrote:
--
View this message in context: http://r.789695.n4.nabble.com/create-data-set-from-selection-of-rows-tp3356866p3356879.html
Sent from the R help mailing list archive at Nabble.com.