glue: Paste Items with No Space

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

The default separator for paste is a space. Pasting with an empty string as separator seems so ubiquitous as to merit its own function. glue is just a wrapper for paste with an empty string separator.

Usage

1
glue(...,sep='',collapse=NULL)

Arguments

...

one or more R objects, to be converted to character vectors.

sep

a character string to separate the terms.

collapse

an optional character string to separate the results.

Details

All arguments are passed unmodified to paste See the related help for detials.

Value

character

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also

Examples

1
glue('cross','road')

metrumrg documentation built on May 2, 2019, 5:55 p.m.