Function that can concatenate two string values

text <- "awesome"
paste("R is ", text)