paste-methods: Do some paste operation.

Description Usage Arguments Value Examples

Description

Do some paste operation.

Usage

1
2
3
4
5
6
.paste(lhs, rhs)

## S4 method for signature 'character,character'
.paste(lhs, rhs)

lhs %+% rhs

Arguments

lhs

the left hand side

rhs

the right hand side

Value

returns a pasted value

Examples

1
 "a" %+% "b"

dirmeier/rutil documentation built on Dec. 5, 2019, 7:36 a.m.