View source: R/truncateString.R
truncateString | R Documentation |
Truncate a string with ellipsis, if necessary
truncateString(x, n = 200L)
x |
|
n |
|
character(1)
.
Updated 2023-09-21.
https://stackoverflow.com/questions/46759358/
truncateString("abcdefgi", n = 6L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.