3
I have a data frame that lists a number of customer reviews for different products (each record is a review/note). I need to do some boxplots with the ratings of some specific products (the ids of these products are in a vector), but not of all products. I would like to know how I say in R: Just take the product reviews have the ids in this vector and mount a boxplot for each product. I wonder if someone could help me?
Thank you!