Concatenate a vector of strings/character

Try using an empty collapse argument within the paste function:

paste(sdata, collapse="")

Thanks to http://twitter.com/onelinetips/status/7491806343

Leave a Comment