Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 211971

Filtering Table in R [duplicate]

$
0
0

I want to filter my table like that

input table:

x1    x2    x3
A    B     x 
A    B     y
A    B     z
C    D     u
C    D     v

output table:

x1    x2    x3
A     B     x,y,z
C     D     u,v

Viewing all articles
Browse latest Browse all 211971

Trending Articles