Learn R Programming

WGCNA (version 1.73)

spaste: Space-less paste

Description

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

Usage

spaste(...)

Value

The result of the corresponding paste.

Arguments

...

standard arguments to function paste except sep.

Author

Peter Langfelder

See Also

Examples

Run this code
  a = 1;
  paste("a=", a);
  spaste("a=", a);

Run the code above in your browser using DataLab