Learn R Programming

WGCNA (version 1.27-1)

spaste: Space-less paste

Description

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

Usage

spaste(...)

Arguments

...
standard arguments to function paste except sep.

Value

  • The result of the corresponding paste.

See Also

paste

Examples

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

Run the code above in your browser using DataLab