broman (version 0.68-2)

paste.: paste with dot separator

Description

Calls 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 paste with sep="", 'cause I'm lazy.

See Also

paste, 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