how to combine strings in two lists r code example Example: r combine strings > paste("Hello", "world", sep=" ") [1] "Hello world"