[R] Output for pasting multiple vectors

Rui Barradas ru|pb@rr@d@@ @end|ng |rom @@po@pt
Tue Jun 25 17:30:03 CEST 2019


Hello,

Maybe with

c1 = strsplit(i, split = '\\.', fixed = T)[[1]]

instead of split = '.'

The dot is a metacharacter that matches any character so it has to be 
escaped.

Hope this helps,

Rui Barradas

Às 16:11 de 25/06/19, Spencer Brackett escreveu:
> c1 = strsplit(i,split ='.', fixed = T)[[1]]



More information about the R-help mailing list