wrMisc (version 1.14.2)

pasteC: Advanced paste-collapse

Description

This function is a variant of paste for convenient use of paste-collapse and separation of last element to paste (via 'lastCol'). This function was mode for more human like enumeriating in output and messages. If multiple arguments are given without names they will all be concatenated, if they contain names lazy evaluation for names will be tried (with preference to longest match to argument names). Note that some special characters (like backslash) may need to be protetected when used with 'collapse' or 'quoteC'. Returns character vector of length 1 (everything pasted together)

Usage

pasteC(..., collapse = ", ", lastCol = " and ", quoteC = "")

Value

This function returns a character vector of truncated versions of intpup txt

Arguments

...

(character) main input to be collapsed

collapse

(character,length=1) element to use for collapsing

lastCol

(character) text to use before last item enumerated element

quoteC

character to use for citing with quotations (default "")

See Also

paste for basic paste

Examples

Run this code
pasteC(1:4)

Run the code above in your browser using DataLab