tight: Paste Tightly

View source: R/generic_textutils.R

tightR Documentation

Paste Tightly

Description

Paste tightly, without having to specify the sep argument.

Usage

tight(...)

Arguments

...

One or more character scalars to be pasted tightly.

Value

A character variable containing the concatenated strings.

Examples


a = "The_first_part"
b = "---"
c = "and_the_second_part"
tight(a, b, c)
## "The_first_part---and_the_second_part"



rogerswt/wadeTools documentation built on Feb. 16, 2023, 7:47 a.m.