[R] Split a string vector with '[ ]'

Alexsandro Cândido de Oliveira Silva acos at dpi.inpe.br
Sun Jun 8 22:30:09 CEST 2014


Hi,

I have a string something like that:

nw.str <- "[D][A|D][T|A:D][C|T]"

And I need to split it in this way:

"[D]" "[A|D]" "[T|A:D]" "[C|T]"

Thanks!!

Regards.
Alexsandro Cândido



More information about the R-help mailing list