Concatination string r

paste(..., sep = " ", collapse = NULL)

>print(paste("a", "b"))
"a b"
Careful Constrictor