avoid_new_lines | R Documentation |
Avoid new lines in sprintf output. Function helps to avoid line lenght limits without affecting sprintf output
avoid_new_lines(fmt)
fmt |
string, formatted as sprintf input |
string
sprintf(avoid_new_lines(
"Lorem ipsum dolor sit amet, %s adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam."
), "consectetur")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.