Re: [R] writeLines: Write several lines

2016-11-10 Thread Rui Barradas
Hello, Just read the help page ?paste, in particular the argument collapse. x <- LETTERS[1:9] paste(x, collapse = "") Hope this helps, Rui Barradas Em 10-11-2016 17:14, Ferri Leberl escreveu: Dear All, If I have a vector V consisting of 9 strings — how can I paste them into a single

[R] writeLines: Write several lines

2016-11-10 Thread Ferri Leberl
Dear All, If I have a vector V consisting of 9 strings — how can I paste them into a single string without programming a loop? Thank you in advance! __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see