spaste: Space-less paste

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/Functions.R

Description

A convenient wrapper for the paste function with sep="".

Usage

1

Arguments

...

standard arguments to function paste except sep.

Value

The result of the corresponding paste.

Note

Do not use the sep argument. Using will lead to an error.

Author(s)

Peter Langfelder

See Also

paste

Examples

1
2
3
  a = 1;
  paste("a=", a);
  spaste("a=", a);

nosarcasm/WGCNA documentation built on May 28, 2019, 1:01 p.m.