pasteByLength: Create sensible readable string from a vector

Description Usage Arguments Value Examples

Description

Create a string from a vector for printing where vector elements are sensibly pasted together, collapsing using commas and 'and' to conjoin vector elements.

Usage

1

Arguments

x

character.

Value

character.

Examples

1
pasteByLength(c("a", "b", "c"))

leonawicz/apputils documentation built on May 13, 2019, 1:38 a.m.