View source: R/generic_textutils.R
tight | R Documentation |
Paste tightly, without having to specify the sep
argument.
tight(...)
... |
One or more character scalars to be pasted tightly. |
A character variable containing the concatenated strings.
a = "The_first_part" b = "---" c = "and_the_second_part" tight(a, b, c) ## "The_first_part---and_the_second_part"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.