Separate values in a column of a dataframe and melt
问题 I have a data frame where I want to separate values in the Client.ID column and melt, so each row contains one Client.ID and and the corresponding Account.Name and owner. > head(df) Account.Owner Account.Name Client.ID 1 Deb Berman Albertsons LLC 3184, 3186, 3185, 2578 2 Deb Berman All Recipes 909, 4937 3 Liz Madsen American Express 1230,1236 4 Deb Berman Bed Bath & Beyond 1180, 1556 5 Deb Berman Birchbox 101, 1704, 5149, 5150, 5148 6 Jeff Murphy Brown Shoe Company 5402, 6159, 6160 At the end