spaste: Space-less paste

View source: R/Functions.R

spasteR Documentation

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.

Note

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

Author(s)

Peter Langfelder

See Also

paste

Examples

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

WGCNA documentation built on Jan. 22, 2023, 1:34 a.m.

Related to spaste in WGCNA...