Skip to content
Prev 142688 / 398498 Next

select rows from data based on a vector of char strings

or using the %in% operator...

?"%in%"

data[data$label %in% flist,]

regards,
Sean
Applejus wrote: