Description Usage Arguments Value Examples
Abbreviation by ellipsis
1 | my_abbreviate(x, nc, replacement = "...")
|
x |
Character string to be abbreviated. |
nc |
Maximum number of characters of the result. |
replacement |
Replacement, defaults to |
An abbreviated character string of maximum nc
characters length.
1 | my_abbreviate("Hello, World!", nc = 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.