powered by
Calls base::paste() with sep=".".
base::paste()
sep="."
paste.(...)
A character string or vector of character strings.
Passed to paste.
There's not much to this function. It just is base::paste() with sep="", 'cause I'm lazy.
sep=""
base::paste(), base::paste0(), paste00(), paste..(), paste0.(), paste.0()
base::paste0()
paste00()
paste..()
paste0.()
paste.0()
x <- 3 y <- 4 paste.(x, y)
Run the code above in your browser using DataLab