Description Usage Arguments Value Examples
Concatenate strings and ignore missing values
1 |
... |
several string values |
Concatenated strings given as input with space delimiter. A missing
value (NA
) is simply ignored. If all niputs are NA
's, NA
is
returned
1 2 | concatenate("Hello", NA, "world", NA)
concatenate(NA, NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.