broman (version 0.69-5)

paste.: paste with dot separator

Description

Calls base::paste() with sep=".".

Usage

paste.(...)

Arguments

...

Passed to paste.

Value

A character string or vector of character strings.

Details

There's not much to this function. It just is base::paste() with sep="", 'cause I'm lazy.

See Also

base::paste(), base::paste0(), paste00(), paste..(), paste0.(), paste.0()

Examples

Run this code
# NOT RUN {
x <- 3
y <- 4
paste.(x, y)

# }

Run the code above in your browser using DataCamp Workspace