string concatination R code example Example: string concatination R paste(..., sep = " ", collapse = NULL) >print(paste("a", "b")) "a b"