powered by
A convenient wrapper for the paste function with sep="".
paste
sep=""
spaste(...)
standard arguments to function paste except sep.
sep
The result of the corresponding paste.
# NOT RUN { a = 1; paste("a=", a); spaste("a=", a); # }
Run the code above in your browser using DataLab