bookendStr | R Documentation |
Print first and last n characters of string in this format: "### ... ### (x total char)"
bookendStr(x, bookend = 8)
x |
long string |
bookend |
number of characters on either side to print |
reformatted string
start_string <- stringi::stri_rand_strings(n = 1, length = 250)
bookendStr(start_string, bookend = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.