paste_op: Paste Strings.

Description Usage Arguments Examples

Description

This operator allows you to paste character strings.

Usage

1
2
3
4
## S3 method for class 'character'
x * y

"*"(x, y)

Arguments

x

A character string that is to be commented.

y

A character string (the comment).

Examples

1
2
3
4
a <- "The first character string"
b <- "The and the second"

(out <- a*b)

trinker/SOdemoing documentation built on May 31, 2019, 8:40 p.m.