.toString | R Documentation |
Wrapper for toString, doesn't convert NA to character and only concatenates unique values
.toString(x)
x |
Character vector for toString |
A character vector, length 1, where elements of x are concatenated by ", ", but NAs are not included in the result.
.toString(c("HELLO", "WORLD", NA))
# Compare results with:
toString(c("HELLO", "WORLD", NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.