Hello friends,
Please, I tried many times the way of select "BusinnessMen Magazine" for men and "BusinessWomen Magazine" for women
Just Appear for "BusinessWomen Magazine" for Female sex, but I don´t know how to select "BusinessMen Magazine" for male sex.
This works as the picture:
people2 <- people1 %>%
filter(gender == "Female") %>%
mutate(Product = (Business_Women_Magazine <- data.frame(BW, BWP, stringsAsFactors = FALSE))
But how can I try this:
,
Business_Men_Magazine <- data.frame(BM, BMP, stringsAsFactors = FALSE)))
Both magazines in just one column
If anyone can help me, it will be very useful, thanks!