clipString | R Documentation |
Shortens strings to a given length.
clipString(x, len, tail = "...")
x |
[ |
len |
[ |
tail |
[ |
[character(1)
].
print(clipString("abcdef", 10)) print(clipString("abcdef", 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.