") :
>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
; [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
#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
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
-
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
5 matches
Mail list logo