sOp: String concatenation operator

Description Usage Arguments Value Author(s) Examples

Description

%s% concatenates 2 strings

Usage

1
x %s% y

Arguments

x

string

y

another string

Value

none

Author(s)

Jose' Gama

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# create two strings
## Not run: 
t1 <- 'Hello'
t2 <- 'World'
# concatenate several strings with %s%
t3 <- t1 %s% ' ' %s% t2
print(t3)
print(t3 %s% '!')

## End(Not run)

Rgnuplot documentation built on May 1, 2019, 9:17 p.m.