paste2strings: Paste two strings without a space

%,%R Documentation

Paste two strings without a space

Description

Paste two strings without a space

Paste two strings with a space

Paste two strings with a space

Usage

x %,% y

x %, % y

x %//% y

Arguments

x

character

y

character

Value

Paste two strings without a space

Paste two strings with a space

Paste two strings with a slash (/)

Examples

{
"a" %,% "b"
"a" %, % "b"
"folder" %/% "file"
}

paodan/funcTools documentation built on April 1, 2024, 12:01 a.m.