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 = ""

Usage

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


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