glue: Glue character strings together.

glueR Documentation

Glue character strings together.

Description

Glue character strings together.

Usage

a %|% b

Arguments

a

A character string

b

A character string

Details

Adapted from http://adv-r.had.co.nz/Functions.html

Examples

"string A" %|% " string B"
"string A" %|% " string B" %|% "string C"

thomasgstewart/tgsify documentation built on Aug. 1, 2024, 4:55 p.m.