[R] Split a string vector with '[ ]'
arun
smartpink111 at yahoo.com
Mon Jun 9 04:25:29 CEST 2014
Hi,
If you have library(qdap) installed:
library(qdap)
as.vector(bracketXtract(nw.str,"square",with=T))
#[1] "[D]" "[A|D]" "[T|A:D]" "[C|T]"
A.K.
On Sunday, June 8, 2014 4:31 PM, Alexsandro Cândido de Oliveira Silva <acos at dpi.inpe.br> wrote:
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
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list