Skip to content
Prev 305487 / 398506 Next

concatenating two vectors

On Fri, Sep 14, 2012 at 1:54 PM, ?zg?r Asar <oasar at metu.edu.tr> wrote:
This is in the general frame of things which look like 'outer' (or
Cartesian) products so you'll want to use the outer() function.

I believe

outer(a, b, FUN = paste0)

should work.

Cheers,
Michael