Re: [R] Breaking down a list into a table

2016-11-30 Thread Jeff Newmiller
") : >nicht anwendbare Methode für 'separate_' auf Objekt der Klasse >"c('matrix', 'character')" angewendet > >Could you please explain me my mistake? > >Thank you in advance! > >Yours, Ferri > > > > > >  > >Ges

Re: [R] Breaking down a list into a table

2016-11-30 Thread Bert Gunter
; [5,] "w;d;e;f" > > and tried to break it into four cols with commmand: > > output<-separate(into,kop,into=c("a","b","c","d"),sep=";") > > R returned: > > Fehler in UseMethod("separate_") : > n

Re: [R] Breaking down a list into a table

2016-11-30 Thread Ferri Leberl
#x27;matrix', 'character')" angewendet Could you please explain me my mistake? Thank you in advance! Yours, Ferri   Gesendet: Dienstag, 22. November 2016 um 14:57 Uhr Von: "Ulrik Stervbo" An: "Ferri Leberl" , "r-helpr-project.org" Betre

Re: [R] Breaking down a list into a table

2016-11-22 Thread Ulrik Stervbo
Hi Ferri, It sounds like the function 'separate' from the tidyr package is what you look for, HTH Ulrik On Tue, 22 Nov 2016 at 14:49 Ferri Leberl wrote: Dear All, I asked for support to deal with a hirarchy within a character separated list. I solved the problem crudely but effectively by -

[R] Breaking down a list into a table

2016-11-22 Thread Ferri Leberl
Dear All, I asked for support to deal with a hirarchy within a character separated list. I solved the problem crudely but effectively by - Choosing for a TSV as input, where in columns that may contain several (or as well no) items the items are separated via semicolon - adding semicolons to th