glue: Glue character strings together.

Description Usage Arguments Details Examples

Description

Glue character strings together.

Usage

1
a %|% b

Arguments

a

A character string

b

A character string

Details

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

Examples

1
2
"string A" %|% " string B"
"string A" %|% " string B" %|% "string C"

thomasgstewart/tgsify documentation built on June 18, 2020, 11:10 a.m.