WGCNA (version 1.68)

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
# NOT RUN {
  a = 1;
  paste("a=", a);
  spaste("a=", a);
# }

Run the code above in your browser using DataCamp Workspace