paste no space r

x <- "hello"
y <- "world"
z <- paste(x, y, sep = "")
z