I have a Data frame as
id dep    e1  e2  e3  
 1  x     a   b   c
 2  y     d   e   f
 3  z     g   h   i
Now I want to create a column (not in same table) which only consist data like this
edu
a
b
c
d
e
f
g
h
i
please help me how I can do it R ?
 
     
     
    