Set two datasets (the two datasets must have identical variables)
total<-rbind(a,b)
Keep the rows I want.
subset(products, profit > 12)
Summarize()
Set two datasets (the two datasets must have identical variables)
total<-rbind(a,b)
Keep the rows I want.
subset(products, profit > 12)
Summarize()