Displaying 1 result from an estimated 1 matches for "examp3".
Did you mean:
exampe
2012 Nov 15
3
merge dataframes with condition
Hi @ all,
I wamnt to combine two dataframes including a condition.
I have two dataframes like the following:
animal<-c("bear","bear","lion","monkey","fish","monkey","bear","zebra","zebra")
val<-c(2,42,67,5,12,9,87,1,12)