grapes-s-grapes: Concatenate (With Space)

Description Usage Arguments Value Examples

Description

Concatenate and form strings (with space separation)

Usage

1
x %s% y

Arguments

x

One object

y

Another object

Value

A string combining x and y with a space separating them

Examples

1
2
`%s%` <- CPAT:::`%s%`
"Hello" %s% "world"

CPAT documentation built on May 1, 2019, 6:51 p.m.

Related to grapes-s-grapes in CPAT...