grapes-hash-grapes: Function that defines the operator %#% to concatenate strings

%#%R Documentation

Function that defines the operator %#% to concatenate strings

Description

This simple calls paste with sep = ""

This simple calls paste with sep = " "

Usage

x %#% y

x %# % y

Arguments

x

character object, to be converted to character vector (passing it to paste)

y

character object, to be converted to character vector (passing it to paste)

Value

a character vector

a character vector


edalfon/efun documentation built on June 23, 2024, 4:17 a.m.