Displaying 1 result from an estimated 1 matches for "cust_2".
Did you mean:
cust2
2011 Oct 04
1
Matching two datasets and updating values
Dear R forum
I have two datafarmes with category and cat_val forming one dataframe and cust and cust_category forming another dataframe.
category = c("C", "D", "B", "A")
cat_val = c(0.10, 0.25, 0.40, 0.54)
cust = c("cust_1", "cust_2", "cust_3", "cust_4", "cust_5", "cust_6", "cust_7", "cust_8", "cust_9", "cust_10")
cust_category = c("C", "A", "A", "A", "A", "C", "D", "B&...