A very handy feature is the paste() function. It lets us combine all of our vector elements into one. We just need to decide on how to link them.

Use the paste() function to link the words with spaces in-between.

Perfect! We can use the paste() function with a character vector and a collapseargument to combine vector elements into one.

Maybe we need to use a single space in-between quotes " "?