| spaste | R Documentation | 
A convenient wrapper for the paste function with sep="".
spaste(...)
... | 
 standard arguments to function   | 
The result of the corresponding paste.
Do not use the sep argument. Using will lead to an error.
Peter Langfelder
paste
  a = 1;
  paste("a=", a);
  spaste("a=", a);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.